aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2019-12-14 23:20:46 -0800
committerGravatar MarkKoz <[email protected]>2019-12-14 23:20:46 -0800
commit4c7a56e6c3e3b6a21cf0a185c4be28f239dfcaa3 (patch)
tree655283d4057c2f9f3492ecbf1a947f10266391a0 /README.md
parentAdd gcc to base container (diff)
Update the Python version in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f58dd9b..383d070 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ The code is executed in a Python process that is launched through [NsJail](https
The Python process is configured as follows:
-* Version 3.7.4
+* Version 3.8.0
* Isolated mode
* Neither the script's directory nor the user's site packages are in `sys.path`
* All `PYTHON*` environment variables are ignored
@@ -49,7 +49,7 @@ See [`snekapi.py`](snekbox/api/snekapi.py) and [`resources`](snekbox/api/resourc
### Initial Setup
-A Python 3.7 interpreter and the [pipenv](https://docs.pipenv.org/en/latest/) package are required. Once those requirements are satisfied, install the project's dependencies:
+A Python 3.8 interpreter and the [pipenv](https://docs.pipenv.org/en/latest/) package are required. Once those requirements are satisfied, install the project's dependencies:
```
pipenv sync