Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 533 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 533 Bytes

JSONAPI Serde

codecov github actions

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.