Skip to content

Commit 9d2d663

Browse files
committed
updated INSTALL doc
1 parent c7de295 commit 9d2d663

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

INSTALL

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
To install should_dsl you just need to have setuptools installed (it's a dependency).
22

33
There is just a little step to install should_dsl, and it is:
4-
$ python setup.py install # maybe you must be root
4+
$ [sudo] python setup.py install
55

66
Now you can use should_dsl!
77

8-
If you don't have setuptools installed or don't want to download it, you can just copy the should_dsl.py file to your python site-packages directory.
9-
For example:
10-
$ cp should_dsl.py /usr/lib/python2.5/lib/site-packages
8+
You can use PyPI and install through pip or easy_install:
9+
$ [sudo] pip install should-dsl
1110

12-
Or you can choose to install it by easy_install:
13-
$ easy_install should-dsl # maybe as root
11+
or
12+
13+
$ [sudo] easy_install should-dsl
1414

1515
Enjoy it!

0 commit comments

Comments
 (0)