From f7e211564e3389e1f876428a948c0dfcf739e744 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Wed, 28 Jan 2026 14:37:07 -0600 Subject: [PATCH] refer to py3.10 in instructions, now that 3.9 is unsupported Signed-off-by: Brian S. Stephan --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a0f3a00..81da04a 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ A lightweight static site generator for Markdown-based sites. Something like the following should suffice: ``` -% virtualenv --python=python3.9 env-py3.9 -% source env-py3.9/bin/activate +% virtualenv --python=python3.10 env-py3.10 +% source env-py3.10/bin/activate % pip install -U pip % pip install incorporeal-cms % incorporealcms-build ./path/to/instance ./path/to/output/www/root