mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-06 15:13:56 +02:00
Update README.md. Fixes #259
`python-setuptools` is a recommended packages for which will be installed automatically for `python-pip` on a clean ubuntu 16.04 Updated README in order to avoid skipping the packages with `--no-install-recommends`
This commit is contained in:
parent
43c2f5c31a
commit
79f66b7fda
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ The easiest way to get an Algo server running is to let it set up a _new_ virtua
|
|||
|
||||
macOS: `sudo easy_install pip && sudo pip install --ignore-install -r requirements.txt`
|
||||
|
||||
Linux (deb-based): `sudo apt-get update && sudo apt-get install python-pip build-essential libssl-dev libffi-dev python-dev -y && sudo pip install -r requirements.txt`
|
||||
Linux (deb-based): `sudo apt-get update && sudo apt-get install python-pip python-setuptools build-essential libssl-dev libffi-dev python-dev -y && sudo pip install -r requirements.txt`
|
||||
|
||||
Linux (rpm-based): See the [Pre-Install Documentation for RedHat/CentOS 6.x](docs/pre-install_redhat_centos_6.x.md)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue