]> git.lizzy.rs Git - torbrowser-launcher.git/commitdiff
README and requirements: local dev easier
authorboyska <piuttosto@logorroici.org>
Mon, 30 Jun 2014 11:01:37 +0000 (13:01 +0200)
committerboyska <piuttosto@logorroici.org>
Mon, 30 Jun 2014 11:01:37 +0000 (13:01 +0200)
.gitignore
README.md
requirements.txt [new file with mode: 0644]

index 0de63fcb977868da5a8f1c7447fd8522eaf82e3b..3f1c43f91a4c63cd42ad051ea327ee860e81e1a2 100644 (file)
@@ -36,3 +36,4 @@ nosetests.xml
 
 # vim
 *.swp
+.*~
index cb0adf807b51f5c7f7f586477c7025230f272237..5442dc69b604044e55ad236e0cc57b9683612fc0 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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:
diff --git a/requirements.txt b/requirements.txt
new file mode 100644 (file)
index 0000000..2b6e9ba
--- /dev/null
@@ -0,0 +1,2 @@
+Parsley==1.2
+txsocksx==1.13.0.1