mirror of
https://github.com/trailofbits/algo.git
synced 2026-09-09 11:17:48 +02:00
Make a requirements.txt for pip #58
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user