Install py-arithmetic using the bash commands:
$ git clone https://github.com/chdemko/py-arithmetic.git
$ cd py-arithmetic
$ git submodule update --init --recursive
$ poetry install --with docs
Build py-arithmetic using the bash commands:
$ poetry build
$ ls dist
Build the documentation using the bash commands:
$ poetry run sphinx-build docs/ build/sphinx/html/
Test py-arithmetic using the bash commands:
$ poetry run tox
$ poetry run tox -e style
$ poetry run tox -e linter