Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 260 Bytes

DEVELOPMENT.rst

File metadata and controls

14 lines (8 loc) · 260 Bytes

Development

To install all dependencies locally with pipenv, run:

pipenv install --three -e .

After the local virtual environment is created, run the following to "shell in" so that you can start making changes:

pipenv shell