Make a requirements.txt for pip #58

This commit is contained in:
Evgeniy Ivanov 2016-08-20 14:23:06 +03:00
parent 4a6602e877
commit ae33103ca8
2 changed files with 6 additions and 1 deletions

View file

@ -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.

5
requirements.txt Normal file
View file

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