From 28be0c287f648369e59206cd1f3ecda2e4b18bfc Mon Sep 17 00:00:00 2001 From: Jack Ivanov <17044561+jackivanov@users.noreply.github.com> Date: Sun, 6 Oct 2019 17:24:21 +0200 Subject: [PATCH] Update README.md As noted in #1599 we don't have any instructions for CentOS 7. Closes #1599 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7717d46..2717d66 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,11 @@ The easiest way to get an Algo server running is to run it on your local system ```bash sudo dnf install -y python3-virtualenv ``` - * Red Hat and CentOS: See this [documentation](docs/deploy-from-redhat-centos6.md). + * Red Hat and CentOS 7 and later: for earlier versions see this [documentation](docs/deploy-from-redhat-centos6.md). + ```bash + sudo yum -y install epel-release + sudo yum install -y python36-virtualenv + ``` - **Windows:** Use the Windows Subsystem for Linux (WSL) to create your own copy of Ubuntu running under Windows from which to install and run Algo. See the [Windows documentation](docs/deploy-from-windows.md).