File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,15 +3,21 @@ This website uses [staticjinja](https://staticjinja.readthedocs.org/) to build t
33## Getting started
44
55```
6- pip install staticjinja
6+ pip install -r requirements.txt
77```
88
9- To monitor your source directory for changes, and recompile files if they change, use ` watch ` :
9+ To monitor your source directory for changes, and recompile files if they change:
1010
1111```
12- ./ build.py & python -m SimpleHTTPServer && fg
12+ python build.py & python -m SimpleHTTPServer && fg
1313```
1414
1515This will recursively search ` ./templates ` for templates (any file whose name does not start with ` . ` or ` _ ` ) and build them to ` . ` .
1616
1717Commit both the rendered html and the file inside ` /templates/ `
18+
19+
20+ ## Contributing
21+
22+ - Send Pull-request against ` master ` branch.
23+ - Once you pull-request is merged is will be automatically go live at https://pythonindia.github.io/inpycon2017/
Original file line number Diff line number Diff line change 1+ staticjinja == 0.3.3
You can’t perform that action at this time.
0 commit comments