Remove tabs and tweak instructions

This commit is contained in:
David E. Myers 2019-08-26 13:29:23 -04:00
parent 2c84cb38c6
commit 7c4dbfcf55
No known key found for this signature in database
GPG key ID: D871FCA54815086C

View file

@ -52,12 +52,10 @@ The easiest way to get an Algo server running is to run it on your local system
- **Linux:** Recent releases of Ubuntu, Debian, and Fedora come with Python 3 already installed. Make sure your system is up-to-date and install the needed supporting package: - **Linux:** Recent releases of Ubuntu, Debian, and Fedora come with Python 3 already installed. Make sure your system is up-to-date and install the needed supporting package:
* Ubuntu and Debian: * Ubuntu and Debian:
```bash ```bash
sudo apt update && sudo apt upgrade -y sudo apt install -y python3-pip python3-virtualenv
sudo apt install -y python3-virtualenv
``` ```
* Fedora: * Fedora:
```bash ```bash
sudo dnf upgrade -y
sudo dnf install -y python3-virtualenv sudo dnf install -y python3-virtualenv
``` ```
* Red Hat and CentOS: See this [documentation](docs/deploy-from-redhat-centos6.md). * Red Hat and CentOS: See this [documentation](docs/deploy-from-redhat-centos6.md).