Installation Guide ================= Requirements ----------- Before installing GenomeSpy, ensure you have Python 3.10 or later installed on your system. Installing from PyPI ------------------ The easiest way to install GenomeSpy is via pip: .. code-block:: console $ pip install genomespy Installing from Source -------------------- To install GenomeSpy from source: .. code-block:: console $ git clone https://github.com/fuxialexander/genomespy.git $ cd genomespy $ pip install -e . Development Installation ---------------------- For development, you can install additional dependencies: .. code-block:: console $ pip install -e ".[dev]"