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