Documentation for CryptoCoinJS and its modules.
The documentation is built using mkdocs
sudo into bash (so that we can set env variables to prevent an error)
sudo bash
set env vars:
export CFLAGS=-Qunused-arguments
export CPPFLAGS=-Qunused-arguments
install mkdocs:
pip install mkdocs
(if pip is not installed):
easy_install pip