The development version can be installed with
# using pip
pip install git+https://github.com/pachterlab/seqspec@devel
# using uv
uv pip install git+https://github.com/pachterlab/seqspec@devel
The official release can be installed directly from pypi
# using pip
pip install seqspec
# using uv
uv pip install seqspec
Verify the installation
seqspec --version