X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=docs%2Finstall.rst;h=0bcfde083501221051b4be3203adf532a5eedf14;hb=5f9c4b8e448c7e436f1329255e64b14b7d8969ac;hp=c2166978c8b495286d25365f182b7b977e258c0d;hpb=b7b9f5fcea5de6dd7a9400d2051db34afad0c655;p=m_librarian.git diff --git a/docs/install.rst b/docs/install.rst index c216697..0bcfde0 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -6,16 +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 -For Python 2.6 the command is easy_install. +Virtual envs +------------ + +:: + + pip install --trusted-host phdru.name --find-links=http://phdru.name/Software/Python/ m_librarian Installation from sources ========================= @@ -25,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