The package is not yet available on PyPI so you need to install it from the source code. To do so, first clone the repository:
git clone git@github.com:mmsg-warwick/electrode-coating.git
If you do not have nox installed, install it with
python3 -m pip install nox
Then, navigate to the repository and run
nox -s dev
This will create a virtual environment called venv
in your current directory and install the package in editable mode with all the development dependencies. To activate the virtual environment, run
source env/bin/activate
If needed, you can deactivate your virtual environment with
deactivate