Compare commits
7 Commits
229f78a5e2
...
f7e211564e
| Author | SHA1 | Date | |
|---|---|---|---|
|
f7e211564e
|
|||
|
8238787900
|
|||
|
20673c178a
|
|||
|
3ca13cc6f8
|
|||
|
7b2bf6905a
|
|||
|
dd2f5eeaea
|
|||
|
d66a471c76
|
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user