Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 410 Bytes

File metadata and controls

18 lines (15 loc) · 410 Bytes

Setting up the development environment

Before proceeding follow the guide in README to set up the virtual environment. Make sure you have it activated before installing additional packages.

$ source venv/bin/activate

Installing required python packages

(venv) $ pip install -r requirements-dev.txt

Installing pre-commit hooks

(venv) $ pre-commit install