Installation

From source:

git clone https://github.com/BGIResearch/BioLLM.git
cd BioLLM
python ./setup.py install

Find out packages that lead to failures, then create a new requirements.txt of them and run:

pip install -r requirements.txt