Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 317 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 317 Bytes

algobulls_help_site

Source code for the AlgoBulls Help Site

Install

$ cd algobulls_help_site
$ source <your virtualenv for algoulls_help_site>    # [OPTIONAL]

$ pip install -f requirements.txt

Generate docs

$ mkdocs build

Docs would be generated in site folder in the same directory