💡Installation

Installation

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/flow-sdk.git>
cd flow
pip install -r requirements.txt

Last updated