Docs for hummingbot, the open source crypto market making bot
Read the contribution guidelines before you proceed to edit the documentation.
Prequisites: MKdocs is required before you can edit the docs, go to MKdocs for details.
For Mac users By default, MacOS ships with Python-2, you need to change it to Python3, see Linkfor details.
After MKDocs have been installed, navigate to Hummingbot>Documentation folder and run the following dependencies:
pip install -r requirements.txt
Run the following command to build Hummingbot Markdown files into HTML and starts a development server to browse the documentation.
mkdocs serve
Go to http://localhost:8000
After editing, run the following command to build the documentation,
mkdocs build