Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Latest commit

 

History

History
12 lines (10 loc) · 232 Bytes

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