From 38a0afa0484c9572662eacb60f0aa738a9b2503b Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 30 Jan 2022 13:43:41 +0300 Subject: [PATCH] README.md: update Python version requirement Pandas 1.4.0 requires Python 3.8+. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d381329..303d3a4 100644 --- a/README.md +++ b/README.md @@ -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