aboutsummaryrefslogtreecommitdiffstats
path: root/DEVELOPING.md
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2021-10-11 16:27:09 +0300
committerGravatar Hassan Abouelela <[email protected]>2021-10-11 16:27:09 +0300
commit84a5e97e5e15ef63a49e6e22c9e2d07b29926d04 (patch)
treeded7dca10023bfdbdfea12e8da1ab430ac03e05e /DEVELOPING.md
parentMerge #112 - increase available PIDs to 5 (diff)
Bumps Python Version To 3.10
Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to '')
-rw-r--r--DEVELOPING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEVELOPING.md b/DEVELOPING.md
index 8b0799f..fdda51a 100644
--- a/DEVELOPING.md
+++ b/DEVELOPING.md
@@ -2,7 +2,7 @@
## Initial Setup
-A Python 3.9 interpreter and the [pipenv] package are required. Once those requirements are satisfied, install the project's dependencies:
+A Python 3.10 interpreter and the [pipenv] package are required. Once those requirements are satisfied, install the project's dependencies:
```
pipenv sync --dev