Installation¶
Standard Installation¶
The most stable version of PyADM1ODE_calibration can be installed directly via the Python Package Index (PyPI):
Installation from Source¶
For the latest features or active development, you can clone the repository:
git clone https://github.com/dgaida/PyADM1ODE_calibration.git
cd PyADM1ODE_calibration
pip install .
Development Mode¶
If you want to make changes to the code, install the package in editable mode with all development dependencies:
Installation as Anaconda Environment¶
If you are using Conda, you can create the environment using the provided environment.yml file:
Then install this package in editable mode:
Documentation Tools¶
To build the documentation locally, install the docs extras:
Then you can view the documentation using MkDocs:
Docker¶
A Dockerfile is available in the repository to provide a consistent environment that already includes all dependencies.