Skip to content

Commit c0cf05f

Browse files
author
Saurabh Kumar
committed
Update readme.
1 parent 39b6e5e commit c0cf05f

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff 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

1515
This will recursively search `./templates` for templates (any file whose name does not start with `.` or `_`) and build them to `.`.
1616

1717
Commit 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/

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
staticjinja==0.3.3

0 commit comments

Comments
 (0)