From: Oleg Broytman Date: Wed, 26 Apr 2017 19:05:14 +0000 (+0300) Subject: Update installation instructions for virtual envs X-Git-Tag: 2.7.0~2 X-Git-Url: https://git.phdru.name/?p=mimedecode.git;a=commitdiff_plain;h=ebc42b7ab6fe7a4ad201dffd1faeddf4e83ba00d Update installation instructions for virtual envs --- 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