JSONAPI Serde Development Set up a venv within the project directory: $ python -m venv .venv And then, type $ .venv/bin/pip install -c constraints.txt -r requirements-dev.txt -e . To install required components.