blob: f2213c3fbdfbb779d810008260c707a76f08f8de (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
============
Installation
============
At the command line::
$ pip install os-net-config
Or, if you have virtualenvwrapper installed::
$ mkvirtualenv os-net-config
$ pip install os-net-config
|