one line: pip install fabric fabtools requests boto3

This commit is contained in:
troymc 2016-04-04 14:46:11 +02:00
parent fa9b32b9bb
commit acc22fd0b2

View File

@ -16,10 +16,7 @@ The instructions that follow have been tested on Ubuntu 14.04, but may also work
Our Python scripts for deploying to AWS use Python 2, so maybe create a Python 2 virtual environment and activate it. Then install the following Python packages (in that virtual environment):
```text
pip install fabric
pip install fabtools
pip install requests
pip install boto3
pip install fabric fabtools requests boto3
```
What did you just install?