Installation
From PyPI (Recommended)
The easiest way to install FlowLang is via pip from the Python Package Index.
pip install flowlang-scriptFrom Source
You can also install FlowLang from the source code repository.
git clone https://github.com/ChilliRoger/flowlang.git
cd flowlang
pip install -e .Verify Installation
After installation, verify that FlowLang is installed correctly by running:
flow run --helpYou should see the help message for the FlowLang command-line interface.
Requirements
- •Python 3.7 or higher
- •No external dependencies (uses only Python standard library)
Next Steps
Now that you have FlowLang installed, you're ready to write your first script!
Continue to Quick Start →