[tor-commits] [sbws/master] Create virtualenv using python 3
pastly at torproject.org
pastly at torproject.org
Wed Sep 5 19:44:54 UTC 2018
commit 16423a51dfd114d39e24284093484ccf22539c25
Author: juga0 <juga at riseup.net>
Date: Tue Aug 28 15:06:01 2018 +0000
Create virtualenv using python 3
---
INSTALL.rst | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/INSTALL.rst b/INSTALL.rst
index 2c7d2f3..7c74c0f 100644
--- a/INSTALL.rst
+++ b/INSTALL.rst
@@ -26,12 +26,11 @@ Python dependencies
- Stem_ > 1.6.0
- Requests_ (with socks_ support) >= 2.10.0
-I like to keep mine in my simple-bw-scanner directory and assume that's where
-you'll put it.
+To install the Python dependencies, create a ``virtualenv`` first
::
- virtualenv -p python3 venv
+ virtualenv venv -p /usr/bin/python3
source venv/bin/activate
Install stem in virtualenv
More information about the tor-commits
mailing list