Installation
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 .