Skip to main content

Installation

This guide will help you install Graflow on your system.

System Requirements

  • Python 3.9 or higher
  • Docker (optional, for containerized tasks)

Installation Methods

Using pip

The simplest way to install Graflow is via pip:

pip install graflow

Using Docker

You can also run Graflow using Docker:

docker pull graflow/graflow:latest

Verify Installation

After installation, verify that Graflow is installed correctly:

graflow --version

You should see the version number printed to the console.

Next Steps

Now that you have Graflow installed, let's create your first workflow in the Hello World tutorial.