Installation

You must have Python version 3.9 or higher installed to use SeqData. SeqData is a Python package, and can be installed using pip:

pip install seqdata

Developmental installation

To work with the latest version on GitHub, clone the repository and cd into its root directory.

git clone https://github.com/ML4GLand/SeqData.git
cd 

Then, install the package in development mode:

pip install -e .

Optional dependencies

If you plan on building PyTorch dataloaders from SeqData objects, you will need to install SeqData with PyTorch:

pip install seqdata[torch]

Extras for development [docs] can be installed using:

pip install seqdata[docs]

Troubleshooting

If you have any issues installing, please open an issue on GitHub.