mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-05 06:33:56 +02:00
Updated Python dependency from 3.8 to 3.10 (#14677)
* Updated Python dependency from 3.8 to 3.10 to support version issues with Ansible * Changed install recommendations to use pyenv instead of downloading from ppa
This commit is contained in:
parent
baf8a85c0b
commit
5817300bb1
1 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ The easiest way to get an Algo server running is to run it on your local system
|
||||||
git clone https://github.com/trailofbits/algo.git
|
git clone https://github.com/trailofbits/algo.git
|
||||||
```
|
```
|
||||||
|
|
||||||
3. **Install Algo's core dependencies.** Algo requires that **Python 3.8 or later** and at least one supporting package are installed on your system.
|
3. **Install Algo's core dependencies.** Algo requires that **Python 3.10 or later** and at least one supporting package are installed on your system.
|
||||||
|
|
||||||
- **macOS:** Catalina (10.15) and higher includes Python 3 as part of the optional Command Line Developer Tools package. From Terminal run:
|
- **macOS:** Catalina (10.15) and higher includes Python 3 as part of the optional Command Line Developer Tools package. From Terminal run:
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@ The easiest way to get an Algo server running is to run it on your local system
|
||||||
|
|
||||||
For macOS versions prior to Catalina, see [Deploy from macOS](docs/deploy-from-macos.md) for information on installing Python 3 .
|
For macOS versions prior to Catalina, see [Deploy from macOS](docs/deploy-from-macos.md) for information on installing Python 3 .
|
||||||
|
|
||||||
- **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 supporting package(s):
|
- **Linux:** Recent releases of Ubuntu, Debian, and Fedora come with Python 3 already installed. If your Python version is not 3.10, then you will need to use pyenv to install Python 3.10. Make sure your system is up-to-date and install the supporting package(s):
|
||||||
* Ubuntu and Debian:
|
* Ubuntu and Debian:
|
||||||
```bash
|
```bash
|
||||||
sudo apt install -y --no-install-recommends python3-virtualenv
|
sudo apt install -y --no-install-recommends python3-virtualenv
|
||||||
|
|
Loading…
Add table
Reference in a new issue