[check/master] Update readme with debian python packages.

commit b0fd77b46a696c3a03233d05d17639b299c44bd6 Author: Arlo Breault <arlolra@gmail.com> Date: Sat Oct 26 13:38:17 2013 -0700 Update readme with debian python packages. --- Readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index d0961b0..90632a4 100644 --- a/Readme.md +++ b/Readme.md @@ -17,9 +17,13 @@ Generating the exit list requires [stem](https://stem.torproject.org/), Tor's `p pip install -r requirements.txt +Alternatively, + + apt-get install python-dateutil python-stem # stem 1.1 is in unstable + For the server itself, you'll need `go` and `gettext`. Installing that might look like: - apt-get install golang gettext + apt-get install git golang gettext go get github.com/samuel/go-gettext/gettext Then you can run `make` and wait for `git` and `rsync` to fetch all the data and launch the server.
participants (1)
-
arlo@torproject.org