Created
May 1, 2014 23:11
-
-
Save david415/9c6bcb1ab310788fe0b4 to your computer and use it in GitHub Desktop.
install endpoint parser in virtualenv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd projects/virtualenv-1.11.1/ | |
./virtualenv.py ~/virtenv-endpoints-test | |
. ~/virtenv-endpoints-test/bin/activate | |
usewithtor pip install twisted | |
cd ~/projects | |
git clone https://github.com/david415/txsocksx.git | |
cd txsocksx | |
git checkout endpoint_parsers | |
usewithtor python setup.py install | |
cd examples # CWD is now /home/human/projects/txsocksx/examples | |
cp tor_client_endpoint_parser.py /home/human/virtenv-endpoints-test/lib/python2.7/site-packages/twisted/plugins | |
python tor-http.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment