======= Install ======= You can install StreamFlow as a Python package with ``pip``, run it in a `Docker `_ container or deploy it on `Kubernetes `_ with `Helm `_. Pip === The StreamFlow module is available on `PyPI `_, so you can install it using the following command:: pip install streamflow Please note that StreamFlow requires ``python >= 3.9`` to be installed on the system. Then you can execute your workflows through the StreamFlow CLI:: streamflow /path/to/streamflow.yml Docker ====== StreamFlow Docker images are available on `Docker Hub `_. To download the latest StreamFlow image, you can use the following command:: docker pull alphaunito/streamflow:latest