# Installation ## Stable release To install SpatialCompassV, run this command in your terminal: ```sh pip install scomv ``` ## From source The source files for SpatialCompassV can be downloaded from the [Github repo](https://github.com/RyosukeNomural/SpatialCompassV). You can either clone the public repository: ```sh git clone git://github.com/RyosukeNomural/SpatialCompassV ``` Once you have a copy of the source, you can install it with: ```sh cd SpatialCompassV pip install . ```