diff --git a/README.md b/README.md index cf056e6f3..260db15a5 100644 --- a/README.md +++ b/README.md @@ -8,20 +8,22 @@ Apache, though we will be expanding it to other platforms. ## Running the demo code on Ubuntu -`sudo apt-get install python-pip python-crypto python-dev python-jsonschema python-augeas gcc python-m2crypto python-dialog` +`sudo apt-get install python python-setuptools python-dev python-augeas gcc` -`sudo pip install jose` +`python setup.py install --user` -`sudo ./letsencrypt.py` +`sudo ./letsencrypt.py` (or `~/.local/bin/letsencrypt`) -Hint: on Debian testing/unstable, python-dialog is unavailable and you may -need to do `sudo pip install python2-pythondialog` (lets-encrypt does not yet -handle debian unstable's Apache2 conf layout, either...) +Note, that letsencrypt does not yet handle Debian unstable's Apache2 +conf layout. + +## Developing + +`python setup.py develop --user` ## Command line usage - sudo ./letsencrypt.py (default authentication mode using pythondialog) options --text (text mode)