[Pkg-privacy-commits] [torbrowser-launcher] 226/476: README and requirements: local dev easier
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 13:21:39 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch debian
in repository torbrowser-launcher.
commit 0da3f8df83c982c96308fa2685d5b641af9394f3
Author: boyska <piuttosto at logorroici.org>
Date: Mon Jun 30 13:01:37 2014 +0200
README and requirements: local dev easier
---
.gitignore | 1 +
README.md | 6 ++++++
requirements.txt | 2 ++
3 files changed, 9 insertions(+)
diff --git a/.gitignore b/.gitignore
index 0de63fc..3f1c43f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,3 +36,4 @@ nosetests.xml
# vim
*.swp
+.*~
diff --git a/README.md b/README.md
index cb0adf8..5442dc6 100644
--- 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
index 0000000..2b6e9ba
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,2 @@
+Parsley==1.2
+txsocksx==1.13.0.1
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/torbrowser-launcher.git
More information about the Pkg-privacy-commits
mailing list