💡Installation

Installation

The Foundry Flow CLI and SDK are currently in private preview. Request access via your Foundry Slack channel.

To use the Flow CLI, ensure you have Python installed on your system. You can install the Flow CLI by cloning the repository and installing the required dependencies.

git clone https://github.com/<foundrytechnologies/foundry_flow.git>
cd flow
pip install -r requirements.txt

Last updated