2017-10-30 21:19:07 +01:00
|
|
|
# Ciclostile
|
|
|
|
|
2017-11-17 10:42:46 +01:00
|
|
|
To install dependencies:
|
2017-10-30 21:19:07 +01:00
|
|
|
```
|
2017-11-17 10:42:46 +01:00
|
|
|
pip install -r requirements.txt
|
2017-10-30 21:19:07 +01:00
|
|
|
```
|
|
|
|
|
2017-11-17 10:42:46 +01:00
|
|
|
Look at the `example` folder to see how to setup a project.
|
2017-10-30 21:19:07 +01:00
|
|
|
|
2017-11-17 10:42:46 +01:00
|
|
|
To build the example:
|
2017-10-30 21:19:07 +01:00
|
|
|
```
|
2017-11-17 10:42:46 +01:00
|
|
|
cd example
|
|
|
|
mkdir target
|
|
|
|
../ciclostile.py
|
|
|
|
```
|
|
|
|
|
|
|
|
In the `target` folder should now appear `test.html`
|