diff --git a/README.md b/README.md index b4a8cce..1f8612b 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..a666d82 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,5 @@ +dopy==0.3.5 +boto +azure>=0.7.1 +apache-libcloud +six