]> git.phdru.name Git - m_lib.git/commitdiff
Update installation instructions for virtual envs
authorOleg Broytman <phd@phdru.name>
Sun, 23 Apr 2017 21:47:59 +0000 (00:47 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 26 Apr 2017 17:02:44 +0000 (20:02 +0300)
INSTALL.txt

index 3b0a526da0942fb2dcf9dbac30c7ae3ea109a0a7..82d9073af0f9f81f615f06cc10dfc081414b96bd 100644 (file)
@@ -13,6 +13,10 @@ Installation using pip:
 
     pip install --user m_lib
 
+    Virtual environments:
+
+    pip install user m_lib
+
     For Python 2.6 the command is easy_install.
 
 Installation from sources: