From: Oleg Broytman Date: Sun, 23 Apr 2017 21:47:59 +0000 (+0300) Subject: Update installation instructions for virtual envs X-Git-Tag: 3.1.0~2 X-Git-Url: https://git.phdru.name/?p=m_lib.git;a=commitdiff_plain;h=2820871d86e1b37ded132d550a9856d599f8981b Update installation instructions for virtual envs --- diff --git a/INSTALL.txt b/INSTALL.txt index 3b0a526..82d9073 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -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: