Cosine Documentation Documentation for Cosine Installation # clone git clone https://github.com/2pisoftware/cosine-docs.git # install deps python3 -m pip install -r requirements.txt # serve development site mkdocs serve # build production site mkdocs build