summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIsis Lovecruft <isis@torproject.org>2013-02-17 15:23:54 +0000
committerIsis Lovecruft <isis@torproject.org>2013-02-17 15:23:54 +0000
commit66d60a58ef752f9c9692dd8bdb0f61a5c1dfdb17 (patch)
tree016980342b8e2610f0010efddcab489a8d30db0a /README.md
parent364200c25e28d4996024dcf2f0644f5f20cde9ae (diff)
parent8d2fdc800de469420005f9c5deee4c342950ccc9 (diff)
Merge branch 'feature/check-recipient' into develop
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8864866..05422c2 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ leap_mx
An asynchronous, transparently-encrypting remailer for the LEAP platform, using BigCouch/CouchDB and PGP/GnuPG, written in Twisted Python.
-## [install](#install) ## {#install}
+## [install](#install) {#install} ##
=========================
**tl;dr:** To get started quickly do:
@@ -15,7 +15,7 @@ An asynchronous, transparently-encrypting remailer for the LEAP platform, using
Although, **it is advised** to install inside a python virtualenv. To install python, virtualenv, and get started, do:
~~~
-$ sudo apt-get install python2.7 python-pip virtualenv
+$ sudo apt-get install python2.7 python-pip python-virtualenv python-dev
$ pip install virtualenvwrapper
$ cd
$ git clone https://github.com/isislovecruft/leap_mx.git leap_mx
@@ -25,7 +25,7 @@ $ mkvirtualenv -a $WORKON_LEAPMX -r ${WORKON_LEAPMX}/requirements.txt \
--no-site-packages --setuptools --unzip-setuptools leap_mx
~~~
-## [running](#running) ## {#running}
+## [running](#running) {#running} ##
=========================
Hold your horses, boy. This isn't ready yet -- check back later!