From 541ad7ed6b9bd9c2cfb727cb999f943de3765351 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 23 Feb 2023 14:41:57 +0300 Subject: [PATCH] README.md: Python 3.9 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 303d3a4..16d0cc6 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.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