From 3c89b6838c169d07f5acf7357e6846bcea4828c3 Mon Sep 17 00:00:00 2001 From: Peter Eckersley Date: Tue, 18 Nov 2014 02:44:58 -0800 Subject: [PATCH] formatting --- README.md | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c9f99e28d..b3b7edd1f 100644 --- a/README.md +++ b/README.md @@ -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.