X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=docs%2Finstall.rst;h=3b4baa32cc83d6fa33e2bec0612e283a5b4f5a97;hb=97b4410203f8fb7318b0965bfa58925b71a807db;hp=9015f0eb21f77827a98361ad04571c76a4e11c09;hpb=c3c81973f94f6b4617a2271bbaeef01ecad502bb;p=ppu.git diff --git a/docs/install.rst b/docs/install.rst index 9015f0e..3b4baa3 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -6,16 +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 - -For Python 2.6 the command is easy_install. + pip install --user --install-option='-O2' ppu Installation from sources ========================= @@ -32,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