Installation - ajmoore143/KEGGBLAST GitHub Wiki

Installation

  1. Clone (or download) the repository

    git clone https://github.com/<your-username>/keggblast.git
    cd keggblast
    
  2. Install via pip (from the repository root)

    pip install .
    
  3. Verify Installation

    import keggblast
    print(keggblast.__version__)