]> git.phdru.name Git - ppu.git/blobdiff - docs/install.rst
Docs: Install from PyPI
[ppu.git] / docs / install.rst
index 3631c261fc74b968f675f8b24b46c144069f7005..3b4baa32cc83d6fa33e2bec0612e283a5b4f5a97 100644 (file)
@@ -6,14 +6,14 @@ System-wide
 
 ::
 
-    sudo pip install --find-links=http://phdru.name/Software/Python/ --no-index --install-option='-O2' ppu
+    sudo pip install --install-option='-O2' ppu
 
 User mode
 ---------
 
 ::
 
-    pip install --find-links=http://phdru.name/Software/Python/ --no-index --install-option='-O2' --user ppu
+    pip install --user --install-option='-O2' ppu
 
 Installation from sources
 =========================
@@ -30,7 +30,7 @@ home directory; run run the following command:
 
 ::
 
-    python setup.py install -O2 --user
+    python setup.py install --user -O2
 
 Option '--user' installs scripts into $HOME/.local/bin;
 add the directory to your $PATH or move the script to a directory in your