diff --git a/README.md b/README.md index c19cf8cf6..cf056e6f3 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Apache, though we will be expanding it to other platforms. `sudo ./letsencrypt.py` Hint: on Debian testing/unstable, python-dialog is unavailable and you may -need to do `sudo pip install pythondialog=2.7` (lets-encrypt does not yet +need to do `sudo pip install python2-pythondialog` (lets-encrypt does not yet handle debian unstable's Apache2 conf layout, either...) diff --git a/setup.py b/setup.py old mode 100644 new mode 100755 index 2fa5ccd95..2dfb27908 --- a/setup.py +++ b/setup.py @@ -76,6 +76,9 @@ setup( #'python-augeas', 'pycrypto', 'M2Crypto', + 'python2-pythondialog', + 'jose', + 'jsonschema', ], entry_points={ 'console_scripts': [