We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7de295 commit 9d2d663Copy full SHA for 9d2d663
INSTALL
@@ -1,15 +1,15 @@
1
To install should_dsl you just need to have setuptools installed (it's a dependency).
2
3
There is just a little step to install should_dsl, and it is:
4
-$ python setup.py install # maybe you must be root
+$ [sudo] python setup.py install
5
6
Now you can use should_dsl!
7
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
+You can use PyPI and install through pip or easy_install:
+$ [sudo] pip install should-dsl
11
12
-Or you can choose to install it by easy_install:
13
-$ easy_install should-dsl # maybe as root
+or
+
+$ [sudo] easy_install should-dsl
14
15
Enjoy it!
0 commit comments