mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-02 10:53:01 +02:00
Remove tabs and tweak instructions
This commit is contained in:
parent
2c84cb38c6
commit
7c4dbfcf55
1 changed files with 23 additions and 25 deletions
|
@ -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:
|
||||
* Ubuntu and Debian:
|
||||
```bash
|
||||
sudo apt update && sudo apt upgrade -y
|
||||
sudo apt install -y python3-virtualenv
|
||||
sudo apt install -y python3-pip python3-virtualenv
|
||||
```
|
||||
* Fedora:
|
||||
```bash
|
||||
sudo dnf upgrade -y
|
||||
sudo dnf install -y python3-virtualenv
|
||||
```
|
||||
* Red Hat and CentOS: See this [documentation](docs/deploy-from-redhat-centos6.md).
|
||||
|
|
Loading…
Add table
Reference in a new issue