Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List requirements in readme #75

Open
disbelief opened this issue Aug 22, 2016 · 1 comment
Open

List requirements in readme #75

disbelief opened this issue Aug 22, 2016 · 1 comment

Comments

@disbelief
Copy link

Would be great to know what the requirements are in terms of python and pip, particularly for people who aren't familiar with python. It took me over an hour to figure out the right combination of python and pip versions on Ubuntu 14.04 (I didn't even know pip was a thing when I started).

For anyone else in a similar boat, here are the requirements:

Python 2.7.6 (2.6 and 3.4 didn't work)
Pip 8.1.2 (ubuntu default 1.5.4 didn't work)
Use virtualenv

Here are the commands I ran to get it working:

pip install --upgrade pip # to get 8.1.2 for Ubuntu 14.04 (YMMV)
git clone https://github.com/alex/letsencrypt-aws.git
cd letsencrypt-aws/
virtualenv -p /usr/bin/python2.7 venv
source venv/bin/activate
pip install -r requirements.txt
python letsencrypt-aws.py register [email protected]
@philiptzou
Copy link

The virtualenv is actually not necessary for letsencrypt to be installed. Also I feel more comfortable to install a fresh pip with get-pip.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants