Install latest release on PyPI.
pip install fastpickle(Optional) Create an virtual environment and step into.
make virtualenv
source .venv/bin/activateInstall fastpickle in editable development model.
make installRun automatic formatter.
make fmtRun linter (type checking, variable declaration, etc.).
make lintRun unit tests. Afterwards, you can check the test coverage in htmlcov/index.html (browser) or coverage.xml.
make testClean up temporary files.
make clean