Installation#

Clone the repository with:

git clone https://github.com/twpalab/twpasolver

then to install the package in normal mode:

pip install .

Use poetry to install the latest version in developer mode, remember to also install the pre-commits!

poetry install --with docs,analysis
pip install pre-commit
pre-commit install