Installation#

There are two methods to using HPCFlow: via a binary executable file or via a Python package. Both methods allow the design and execution of workflows. If you want to use HPCFlow on a cluster, using the binary executable file is recommended. If you want to design and explore your workflows using the Python API, then you need the Python package. You can use both simultaneously if you wish!

Download binaries (v0.2.0a22)#

Release notes: on GitHub

Binaries are available in two formats:

  • A single executable file containing everything.

  • A folder containing an executable and supporting files.

Click below to download the HPCFlow binary for your platform (other binary releases are available by using the version switcher in the top-right corner):

Linux executablehpcflow-v0.2.0a22-linux
Linux folderhpcflow-v0.2.0a22-linux-dir.zip
macOS executablehpcflow-v0.2.0a22-macOS
macOS folderhpcflow-v0.2.0a22-macOS-dir.zip
Windows folderhpcflow-v0.2.0a22-win-dir.zip
Windows executablehpcflow-v0.2.0a22-win.exe

Install the Python package#

Use pip to install the Python package from PyPI:

pip install hpcflow==0.2.0a22