
commit 16423a51dfd114d39e24284093484ccf22539c25 Author: juga0 <juga@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
participants (1)
-
pastly@torproject.org