X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=docs%2Finstall.rst;h=0bcfde083501221051b4be3203adf532a5eedf14;hb=5f9c4b8e448c7e436f1329255e64b14b7d8969ac;hp=96148bfd124795acfd6ba7f04d915cbf30c5fe38;hpb=a862ae7e38203d37bdba9b53846dff084aade362;p=m_librarian.git diff --git a/docs/install.rst b/docs/install.rst index 96148bf..0bcfde0 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -6,21 +6,21 @@ System-wide :: - sudo pip install --trusted-host phdru.name --find-links=http://phdru.name/Software/Python/ --install-option='-O2' m_librarian + sudo pip install --trusted-host phdru.name --find-links=http://phdru.name/Software/Python/ m_librarian User mode --------- :: - pip install --trusted-host phdru.name --find-links=http://phdru.name/Software/Python/ --install-option='-O2' --user m_librarian + pip install --trusted-host phdru.name --find-links=http://phdru.name/Software/Python/ --user m_librarian Virtual envs ------------ :: - pip install --trusted-host phdru.name --find-links=http://phdru.name/Software/Python/ --install-option='-O2' m_librarian + pip install --trusted-host phdru.name --find-links=http://phdru.name/Software/Python/ m_librarian Installation from sources ========================= @@ -30,14 +30,14 @@ 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 m_librarian into $HOME/.local/lib/python$MAJOR.$MINOR/site-packages/ where python finds it