Imspector is a software for image acquisition and analysis in high resolution microscopy. It is developed at the Max Planck Institute of Biophysical Chemistry at the department of NanoBiophotonics and at the Abberior Instruments GmbH.
- have Python installed
- have this repository cloned into
ImspectorDocs - create and activate a python virtual environment
pip install -U -r ImspectorDocs/requirements.txt
After this you should be able to build the documentation:
cd ImspectorDocs/docs/make htmlor.\make.bat html- now
ImspectorDocs\docs\_build\htmlwill contain the built docs
The documentation is built after each push. Read the latest version at ReadTheDocs.org.