From a47160b7ff80701e47a17c07ac04a5901e390db5 Mon Sep 17 00:00:00 2001 From: Evgeniy Ivanov Date: Sat, 20 Aug 2016 14:23:06 +0300 Subject: [PATCH] Make a requirements.txt for pip #58 --- README.md | 2 +- requirements.txt | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 requirements.txt diff --git a/README.md b/README.md index b4a8ccee..1f8612bb 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 00000000..a666d82a --- /dev/null +++ b/requirements.txt @@ -0,0 +1,5 @@ +dopy==0.3.5 +boto +azure>=0.7.1 +apache-libcloud +six