X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=docs%2Finstall.rst;h=d4a7334219785ee0854dfc5ea9ec8af06dab7fab;hb=ed075be52dbb61d954e35ccdfbbc7d71f4d1108c;hp=c2166978c8b495286d25365f182b7b977e258c0d;hpb=b7b9f5fcea5de6dd7a9400d2051db34afad0c655;p=m_librarian.git diff --git a/docs/install.rst b/docs/install.rst index c216697..d4a7334 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -15,6 +15,13 @@ User mode pip install --trusted-host phdru.name --find-links=http://phdru.name/Software/Python/ --install-option='-O2' --user m_librarian +Virtual envs +------------ + +:: + + pip install --trusted-host phdru.name --find-links=http://phdru.name/Software/Python/ --install-option='-O2' m_librarian + For Python 2.6 the command is easy_install. Installation from sources