README.md: update Python version requirement

Pandas 1.4.0 requires Python 3.8+.
This commit is contained in:
Alan Orth 2022-01-30 13:43:41 +03:00
parent f826d25ea1
commit 38a0afa048
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.7+ virtual environment and install the dependencies:
Create a Python 3.8+ virtual environment and install the dependencies:
$ python3 -m venv venv
$ source venv/bin/activate