mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-06 15:13:56 +02:00
Make a requirements.txt for pip #58
This commit is contained in:
parent
4a6602e877
commit
ae33103ca8
2 changed files with 6 additions and 1 deletions
|
@ -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
5
requirements.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
dopy==0.3.5
|
||||
boto
|
||||
azure>=0.7.1
|
||||
apache-libcloud
|
||||
six
|
Loading…
Add table
Reference in a new issue