formatting

This commit is contained in:
Peter Eckersley 2014-11-18 02:44:58 -08:00
parent 614cf89d55
commit 3c89b6838c

View file

@ -9,24 +9,20 @@ Apache, though we will be expanding it to other platforms.
# Running the demo on Debian
`
sudo apt-get install python-pip python-crypto python-dev python-jsonschema
python-augeas gcc python-m2crypto
` sudo apt-get install python-pip python-crypto python-dev python-jsonschema python-augeas gcc python-m2crypto`
sudo pip install jose
`
`sudo pip install jose`
Now get a working copy of the python2 "dialog" module. On debian stable:
`sudo apt-get install python-dialog`
on testing/unstable, "pip uninstall dialog", "pip uninstall pythondialog",then...
on testing/unstable, clear any buggy versions of dialog out (you may need "pip
uninstall dialog", "pip uninstall pythondialog")
`
sudo pip install pythondialog=2.7
`sudo pip install pythondialog=2.7`
sudo ./letsencrypt.py
`
`sudo ./letsencrypt.py`
Debian packaging work will continue in the separate "debian" branch of this
repo.