BrainyFlow is currently available for both Python and TypeScript.
You can install the Python package using pip:
pip install brainyflow
You can install the TypeScript package using pnpm (or npm/yarn):
pnpm add brainyflow
# or
npm install brainyflow
# or
yarn add 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: