Installation

Note

OccuSpytial requires python versions 3.6 or later.

Using pip

The package can be installed using pip.

pip install occuspytial

From source

Note

Installing from source requires that Cython is available to successfully build the packages

Alternatively, it can be installed from source using poetry

git clone https://github.com/zoj613/OccuSpytial.git
cd OccuSpytial/
poetry install

Testing

Note

Make sure pytest is installed the environment before running the tests

After installation, the unit tests can be ran from the project’s root directory using

pytest -v