From 79f66b7fda1638903417bdfd9225754afc31d0ab Mon Sep 17 00:00:00 2001 From: Jack Ivanov Date: Sat, 25 Feb 2017 21:17:48 +0300 Subject: [PATCH] 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` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 041c4fb..721e211 100644 --- a/README.md +++ b/README.md @@ -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)