Make a requirements.txt for pip #58

pull/69/head
Evgeniy Ivanov 8 years ago
parent 4a6602e877
commit ae33103ca8

@ -44,7 +44,7 @@ To install the dependencies on OS X or Linux:
```
sudo easy_install pip
sudo pip install ansible dopy==0.3.5 boto apache-libcloud six
sudo pip install -r requirements.txt
```
Open the file `config.cfg` in your favorite text editor. Specify the users you wish to create in the `users` list.

@ -0,0 +1,5 @@
dopy==0.3.5
boto
azure>=0.7.1
apache-libcloud
six
Loading…
Cancel
Save