Installation

Requirements

SpatialCompassV requires Python 3.11 or later.

You can check your Python version with:

python3 --version

Stable release

To install SpatialCompassV, run this command in your terminal:

pip install scomv

From source

The source files for SpatialCompassV can be downloaded from the Github repo.

You can either clone the public repository:

git clone git://github.com/RyosukeNomural/SpatialCompassV

Once you have a copy of the source, you can install it with:

cd SpatialCompassV
pip install .