Installing Documenteer¶
Installation with pip¶
You can install Documenteer from PyPI with pip. For different applications, install Documenteer with specific “extras” to bring in the necessary dependencies.
For technote projects:
pip install "documenteer[technote]"
For LSST Stack projects (such as https://pipelines.lsst.io and EUPS packages):
pip install "documenteer[pipelines]"
See Installing Documenteer for pipelines.lsst.io for more information.
Installation from source¶
See Development guide for details.