Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 232 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (10 loc) · 232 Bytes

Development environment

We use pipenv as environment manager. Then you should first have pipenv installed. On macOS:

brew install pipenv

And then create the python environment.

cd cinnamon/
pipenv install --dev