diff options
author | Roger Dingledine <arma@torproject.org> | 2008-10-14 20:53:18 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-10-14 20:53:18 +0000 |
commit | 69842c35f818591fcce8b3e736aa4b3e49fa3f84 (patch) | |
tree | 545125b553bfe07afe3679cc00a9b1ca3a058509 /doc/HOWTO | |
parent | 485d8f9ff3cab38b2a1d3371aec9134732f2a1b8 (diff) |
clarify which modules
git-svn-id: file:///home/or/svnrepo/updater/trunk@17101 55e972cd-5a19-0410-ae62-a4d7a52db4cd
Diffstat (limited to 'doc/HOWTO')
-rw-r--r-- | doc/HOWTO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,8 +7,11 @@ INSTALLATION 2.5. It may need tweaks to work with other versinos. 2) Install the simplejson python module. + (on Debian, apt-get install python-simplejson. If you're using etch, + you'll want apt-get -t etch-backports install python-simplejson) 3) Install the pycrypto python module. + (on Debian, apt-get install python-crypto) 4) make test |