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:
parent
8238787900
commit
f7e211564e
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user