Skip to content

For Code Contributors

Installation

Install Poetry
Poetry offical page about installation

Install Dependencies

poetry install

Other Commands

Test Coverage

poetry run pytest --cov=omoospace tests/

Server Mkdocs

poetry run mkdocs serve

Deploy Github Pages

poetry run mike deploy --push --update-aliases 0.1.x latest

Publish to Pypi

poetry build
poetry publish