Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 533 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (10 loc) · 533 Bytes

Contributing

Set up your dev environment

If you want to contribute code to ECPy, the following sections describe how to set up your developer environment.

Manage dependencies and virtual environments

To simplify managing library dependencies and the virtual environment, ECPy uses poetry.

Install poetry

curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
poetry install