mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 08:42:57 -04:00
formatting
This commit is contained in:
parent
614cf89d55
commit
3c89b6838c
1 changed files with 6 additions and 10 deletions
16
README.md
16
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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue