Skip to content

Getting Started

Installation

with pip

The ripflow package is published as a Python package and can be installed with pip:

pip install ripflow

with poetry

You can also add ripflow to a project that is managed with poetry:

poetry add ripflow

from source

To install the package from source, clone the repository and install the package with poetry:

poetry install