]> git.phdru.name Git - m_librarian.git/blobdiff - docs/install.rst
Stop supporting Python 2.6
[m_librarian.git] / docs / install.rst
index c2166978c8b495286d25365f182b7b977e258c0d..96148bfd124795acfd6ba7f04d915cbf30c5fe38 100644 (file)
@@ -15,7 +15,12 @@ User mode
 
     pip install --trusted-host phdru.name --find-links=http://phdru.name/Software/Python/ --install-option='-O2' --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/ --install-option='-O2' m_librarian
 
 Installation from sources
 =========================