Installation
Install the anaconda following the instructions at https://docs.anaconda.com/anaconda/install/index.html.
To install helicon, first create a conda environment:
conda create -n helicon python=3.10
conda activate helicon
Then install the helicon package from PyPI:
pip install "helicon[all] @ git+https://github.com/jianglab/helicon"