Skip to content
Snippets Groups Projects
Commit 16423a51 authored by juga's avatar juga
Browse files

Create virtualenv using python 3

parent 2042e365
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment