X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=docs%2Finstall.rst;h=1d6700785fc027ddfadf8f5ff14e657e9a445ede;hb=f96d733318b696374aeca23290a36ff42b95a647;hp=b38ccc6651cd4bb9834c457fa4592120dee2f4e2;hpb=4d7880a9e00cb02adc0a109aacfbd8f200bdbf90;p=ppu.git diff --git a/docs/install.rst b/docs/install.rst index b38ccc6..1d67007 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' remove-old-files + sudo pip install 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 --user ppu Installation from sources ========================= @@ -25,15 +23,15 @@ command: :: - sudo python setup.py install -O2 + sudo python setup.py install If you don't want to install it system-wide you can install it in your home directory; run run the following command: :: - python setup.py install -O2 --user + python setup.py install --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.