acquire-project / acquire-docs

https://acquire-project.github.io/acquire-docs/
0 stars 3 forks source link

Acquire Documentation

Check out the built site here: https://acquire-project.github.io/acquire-docs/

This repository contains the documentation for Acquire (acquire-imaging on PyPI), a python package providing a multi-camera video streaming library focusing on performant microscopy..

If you'd like to make a suggestion for new documentation, please submit a Github issue to let us know.

Contribute

We welcome contributions to the Acquire code base and to documentation. Refer to our contribution guides for more information. The relevant Github repos are linked below.

Build

To build the website locally and serve it, run the following commands:

pip install -r requirements.txt
mkdocs serve