Installation
=============
The **SpiralMap** package is available through `PyPI `_ and `GitHub `_ .
To install SpiralMap with pip from PyPI, run:
.. code-block:: bash
pip install SpiralMap
To install SpiralMap directly from GitHub, run:
.. code-block:: bash
pip install git+https://github.com/Abhaypru/SpiralMap.git
Alternatively, clone the repository and install locally:
.. code-block:: bash
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: