Skip to content

Installation

System Requirements

Fluxion requires Python 3.9 or higher.

Installation Methods

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 fluxion

Using pip

bash
pip install fluxion-engine

Verify Installation

bash
fluxion --version

You should see the Fluxion version number printed.

Next Steps

Continue to the Quickstart Tutorial to create your first animation!

Released under the MIT License.

Support Fluxion Engine

If you find this project useful, please consider supporting its development.

Support Project