Installation
import Callout from '@site/src/components/Callout';
System Requirements
Fluxion requires Python 3.9 or higher.
Installation Methods
Using uv (Recommended)
bash
# Install uv if you haven't already
curl -LsSf https://astral.sh/uv/install.sh | sh
# Create a new project
uv init my-fluxion-project
cd my-fluxion-project
# Install fluxion
uv add fluxionUsing pip
bash
pip install fluxionVerify Installation
bash
fluxion --versionYou should see the Fluxion version number printed.
Next Steps
Continue to the Quickstart Tutorial to create your first animation!
