refer to py3.10 in instructions, now that 3.9 is unsupported

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
Brian S. Stephan 2026-01-28 14:37:07 -06:00
parent 8238787900
commit f7e211564e
Signed by: bss
GPG Key ID: 3DE06D3180895FCB

View File

@ -7,8 +7,8 @@ A lightweight static site generator for Markdown-based sites.
Something like the following should suffice: Something like the following should suffice:
``` ```
% virtualenv --python=python3.9 env-py3.9 % virtualenv --python=python3.10 env-py3.10
% source env-py3.9/bin/activate % source env-py3.10/bin/activate
% pip install -U pip % pip install -U pip
% pip install incorporeal-cms % pip install incorporeal-cms
% incorporealcms-build ./path/to/instance ./path/to/output/www/root % incorporealcms-build ./path/to/instance ./path/to/output/www/root