24 lines
373 B
Markdown
24 lines
373 B
Markdown
|
|
# www.milliways.info
|
|
|
|
## Install
|
|
|
|
use python2 and install markdown<3
|
|
`pip install "markdown<3"`
|
|
|
|
use python3, currently you need my fork
|
|
`pip install git+https://github.com/tuxcoder/clay.git`
|
|
|
|
## Instructions
|
|
|
|
a) Run the development server with
|
|
|
|
$ clay run
|
|
|
|
b) Generate a static version of the site
|
|
|
|
$ clay build
|
|
|
|
|
|
**Made with Clay (http://clay.lucumalabs.com)**
|