Installation and Running ======================== How to install SlowQuant, and run the program. Compiling documentation ----------------------- The documentation is compiled using sphinx: :: conda install sphinx The theme is downloaded by: :: pip install sphinx_rtd_theme The documentation is now compiled by: :: sphinx-build docs local_documentation