From ebc42b7ab6fe7a4ad201dffd1faeddf4e83ba00d Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 26 Apr 2017 22:05:14 +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 b3d2dc6..3dcbcbe 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -16,6 +16,10 @@ Installation using pip: pip install --trusted-host phdru.name --find-links=http://phdru.name/Software/Python/ --install-option='-O2' --user mimedecode + Virtual envs: + + pip install --trusted-host phdru.name --find-links=http://phdru.name/Software/Python/ --install-option='-O2' mimedecode + Installation from sources: To install the program from sources system-wide run run the following -- 2.39.2