Django-Styleguide/tools/README.md

16 lines
268 B
Markdown
Raw Permalink Normal View History

# Tools
In order to use the `update_toc.py` script, you'll need to install the following:
```
npm install markdown-toc
```
With that, if you are in the root folder, you can call:
```
python update_toc.py
```
This will automatically update the TOC in `README.md`.