File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ Quick install instructions
1919
2020Stable version:
2121
22- $ sudo easy_install python-networkmanager
22+ $ pip install python-networkmanager
2323
2424Latest code:
2525
2626$ git clone http://github.com/seveas/python-networkmanager
2727$ cd python-networkmanager
28- $ sudo python setup.py install
28+ $ python setup.py install
Original file line number Diff line number Diff line change 4848# built documents.
4949#
5050# The short X.Y version.
51- version = '1.0 '
51+ version = '1.1 '
5252# The full version, including alpha/beta/rc tags.
53- release = '1.0. 1'
53+ release = '1.1'
5454
5555# The language for content autogenerated by Sphinx. Refer to documentation
5656# for a list of supported languages.
Original file line number Diff line number Diff line change 33from distutils .core import setup
44
55setup (name = "python-networkmanager" ,
6- version = "1.0. 1" ,
6+ version = "1.1" ,
77 author = "Dennis Kaarsemaker" ,
88 author_email = "dennis@kaarsemaker.net" ,
99 url = "http://github.com/seveas/python-networkmanager" ,
You can’t perform that action at this time.
0 commit comments