mirror of
https://github.com/trailofbits/algo.git
synced 2025-04-22 00:57:08 +02:00
Merge pull request #164 from kevin1/kevin1_add_apt_dependencies
README: Add apt dependencies for pypi cryptography.
This commit is contained in:
commit
dc84e5d025
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ The easiest way to get an Algo server running is to let it setup a _new_ virtual
|
|||
1. Install the dependencies for your operating system:
|
||||
|
||||
OS X: `sudo easy_install pip && sudo pip install -r requirements.txt`
|
||||
Linux (deb-based): `sudo easy_install pip && sudo apt-get install libssl-dev && sudo pip install -r requirements.txt`
|
||||
Linux (deb-based): `sudo easy_install pip && sudo apt-get install build-essential libssl-dev libffi-dev python-dev && sudo pip install -r requirements.txt`
|
||||
|
||||
2. Open the file `config.cfg` in your favorite text editor. Specify the users you wish to create in the `users` list.
|
||||
3. Start the deploy and follow the instructions: `./algo`
|
||||
|
|
Loading…
Add table
Reference in a new issue