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:

$ pip install genomespy

Installing from Source

To install GenomeSpy from source:

$ git clone https://github.com/fuxialexander/genomespy.git
$ cd genomespy
$ pip install -e .

Development Installation

For development, you can install additional dependencies:

$ pip install -e ".[dev]"