]> git.phdru.name Git - ppu.git/blobdiff - docs/install.rst
Stop supporting Python 2.6
[ppu.git] / docs / install.rst
index b38ccc6651cd4bb9834c457fa4592120dee2f4e2..3631c261fc74b968f675f8b24b46c144069f7005 100644 (file)
@@ -6,16 +6,14 @@ System-wide
 
 ::
 
-    sudo pip install --find-links=http://phdru.name/Software/Python/ --no-index --install-option='-O2' remove-old-files
+    sudo pip install --find-links=http://phdru.name/Software/Python/ --no-index --install-option='-O2' ppu
 
 User mode
 ---------
 
 ::
 
-    pip install --find-links=http://phdru.name/Software/Python/ --no-index --install-option='-O2' --user remove-old-files
-
-For Python 2.6 the command is easy_install.
+    pip install --find-links=http://phdru.name/Software/Python/ --no-index --install-option='-O2' --user ppu
 
 Installation from sources
 =========================
@@ -34,6 +32,6 @@ home directory; run run the following command:
 
     python setup.py install -O2 --user
 
-Option '--user' installs script remove-old-files.py into $HOME/.local/bin;
+Option '--user' installs scripts into $HOME/.local/bin;
 add the directory to your $PATH or move the script to a directory in your
 $PATH.