README and requirements: local dev easier

This commit is contained in:
boyska 2014-06-30 13:01:37 +02:00
parent fbe2dad74e
commit 0da3f8df83
3 changed files with 9 additions and 0 deletions

1
.gitignore vendored
View File

@ -36,3 +36,4 @@ nosetests.xml
# vim
*.swp
.*~

View File

@ -30,6 +30,12 @@ Then install dependencies, build a package, and install:
./build_rpm.sh
sudo yum install dist/torbrowser-launcher-*.rpm
### Run without installing
Install the dependencies: sadly, not all of them are available in virtualenv,
so you will need to install (some of) them system-wide.
Then, you can run TBL_SHARE=share ./torbrowser-launcher
## Installing in Ubuntu
I've created a PPA where I'm maintaining torbrowser-launcher binaries. You can install in an Ubuntu-based distribution like this:

2
requirements.txt Normal file
View File

@ -0,0 +1,2 @@
Parsley==1.2
txsocksx==1.13.0.1