Skip to content

Commit 5817300

Browse files
Updated Python dependency from 3.8 to 3.10 (trailofbits#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
1 parent baf8a85 commit 5817300

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The easiest way to get an Algo server running is to run it on your local system
4040
git clone https://github.com/trailofbits/algo.git
4141
```
4242

43-
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.
43+
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.
4444
4545
- **macOS:** Catalina (10.15) and higher includes Python 3 as part of the optional Command Line Developer Tools package. From Terminal run:
4646
@@ -52,7 +52,7 @@ The easiest way to get an Algo server running is to run it on your local system
5252
5353
For macOS versions prior to Catalina, see [Deploy from macOS](docs/deploy-from-macos.md) for information on installing Python 3 .
5454
55-
- **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):
55+
- **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):
5656
* Ubuntu and Debian:
5757
```bash
5858
sudo apt install -y --no-install-recommends python3-virtualenv

0 commit comments

Comments
 (0)