README.md: Python 3.9

This commit is contained in:
Alan Orth 2023-02-23 14:41:57 +03:00
parent 5ed93e9f30
commit 541ad7ed6b
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
You can try [the hosted version](https://fierce-ocean-30836.herokuapp.com) or host it yourself (see below).
## Usage
Create a Python 3.8+ virtual environment and install the dependencies:
Create a Python 3.9+ virtual environment and install the dependencies:
$ python3 -m venv venv
$ source venv/bin/activate