Installing

Requirements

  1. Python 3.10+

Install from PyPI

  1. pip install graphbook

  2. graphbook

  3. Visit http://localhost:8005

Install with Docker

  1. Pull and run the latest image

    docker run --rm -p 8005:8005 -v $PWD/workflows:/app/workflows rsamf/graphbook:latest
    
  2. Visit http://localhost:8005

Install from Source

Note

If you wish to run graphbook in development mode, visit the Contributing section.

Installing from source requires Poetry and Node.js.

  1. Clone the repository

  2. cd graphbook

  3. make web

  4. poetry install`

  5. poetry shell

  6. cd into the directory you want to create your workflows in

  7. <PATH_TO_REPO>/scripts/graphbook