Installation

The SpiralMap package is available through PyPI and GitHub . To install SpiralMap with pip from PyPI, run:

pip install SpiralMap

To install SpiralMap directly from GitHub, run:

pip install git+https://github.com/Abhaypru/SpiralMap.git

Alternatively, clone the repository and install locally:

git clone https://github.com/Abhaypru/SpiralMap.git
cd SpiralMap
python -m pip install .

(Optional) Create a virtual environment before installation to avoid dependency conflicts: