From 2820871d86e1b37ded132d550a9856d599f8981b Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 24 Apr 2017 00:47:59 +0300 Subject: [PATCH] Update installation instructions for virtual envs --- INSTALL.txt | 4 ++++ 1 file changed, 4 insertions(+) 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: -- 2.39.2