]> git.phdru.name Git - ppu.git/commitdiff
Docs: Install from PyPI
authorOleg Broytman <phd@phdru.name>
Wed, 13 Dec 2017 12:37:55 +0000 (15:37 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 13 Dec 2017 12:37:55 +0000 (15:37 +0300)
[skip ci]

docs/Makefile
docs/install.rst

index cab73040e606097961d36ec37b59efde2633dcee..df073e0c7af4f1959bdcdb57e8e88b683784e9c0 100644 (file)
@@ -16,5 +16,5 @@ help:
 
 # Catch-all target: route all unknown targets to Sphinx using the new
 # "make mode" option.  $(O) is meant as a shortcut for $(SPHINXOPTS).
-%: Makefile conf.py
+%: conf.py
        @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
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