Installation
Installation from PyPI
SeqAL is available on PyPI:
SeqAL officially supports Python 3.8+.
Construct Envirement Locally
If you want to make a PR or implement something locally, you can follow below instruction to construct the development envirement locally. It will install the latest SeqAL from the main branch.
We use conda as the envirement management tool, so install it first. Here is the installation tutorial for conda. We recommend the install Miniconda due to it's small size.
First we create a environment seqal
based on the environment.yml
file.
Then we activate the environment.
Install poetry for dependency management.
Add poetry path in your shell configure file (bashrc
, zshrc
, etc.)
Installing dependencies from pyproject.toml
.
This command will install all dependencies to seqal
environment.
You can make development locally now.
If you want to delete the local envirement, run below command.