We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a1c8b7 commit a53df88Copy full SHA for a53df88
CONTRIBUTING.md
@@ -4,10 +4,11 @@
4
5
### Configuring python environment
6
7
-The project requires Python version 3.7+. To set it as default in the environment run the following commands:
+The project development requires Python version 3.9+. To set it as default in the environment run the following commands:
8
9
```sh
10
-python -m venv env
+# You may need to install python 3.9 venv if it's missing, on Ubuntu just run `sudo apt-get install python3.9-venv`
11
+python3.9 -m venv env
12
source ./env/bin/activate
13
```
14
0 commit comments