Installation
BrainyFlow is currently available for both Python and TypeScript.
You can install the Python package using pip:
pip install brainyflow
Alternative: Copy the Source Code
Since BrainyFlow is lightweight and dependency-free, you can also install it by simply copying the source code file directly into your project:
Copy python/brainyflow.py
Next Steps
Once you have BrainyFlow installed, check out the Getting Started guide to build your first flow, or explore the Core Abstractions to understand the framework's fundamental concepts.
Last updated