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 .

Extras for development [dev, docs] can be installed using:

pip install -e .[dev, docs]

Troubleshooting

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