We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51a799a commit 8cb3e60Copy full SHA for 8cb3e60
README.md
@@ -51,7 +51,7 @@ docker-compose up
51
52
#### Setup Python requirements
53
54
-- Ensure Python 3 is installed on your system
+- Ensure Python 3.7 or later is installed on your system
55
- Create a virtual environment: `python3 -m venv venv`
56
- Start the virtual environment: `source venv/bin/activate`
57
- Check install tooling is up to date `python -m pip install -U pip wheel setuptools`
0 commit comments