Installing

We are currently working on docker containers and binaries, so that users can quickly get started. But for now, to install Graphbook from source:

  1. Clone the repository and cd into the root of the repo

  2. Install the web frontend

    make web
    
  3. Optionally, create and activate your venv

  4. Install the requirements

    pip install -r requirements.txt