Installation - ajmoore143/KEGGBLAST GitHub Wiki
Installation
-
Clone (or download) the repository
git clone https://github.com/<your-username>/keggblast.git cd keggblast -
Install via pip (from the repository root)
pip install . -
Verify Installation
import keggblast print(keggblast.__version__)