If you want to contribute code to ECPy, the following sections describe how to set up your developer environment.
To simplify managing library dependencies and the virtual environment, ECPy uses poetry.
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
poetry install