Install keyed-extras
Python Package¶
You can now install the keyed-extras
Python package using your package manager!
If you used conda to install system dependencies, you're already done!
If you used the conda environment.yml file above, keyed-extras is already installed! Just activate your environment:
Choose your package manager¶
pip
¶
pip install --index-url https://pkgs.keyed.dev/simple/ --extra-index-url https://pypi.org/simple keyed-extras
uv
¶
uv add --index-url https://pkgs.keyed.dev/simple/ --extra-index-url https://pypi.org/simple keyed-extras
Verify everything is installed¶
Confirm everything is working:
You should see output showing:
- ✅
keyed-extras
version - ✅ System dependencies (
pango
,gi
, etc.) - ✅ Feature availability (e.g.,
svg
,rich_text
)
Installation complete!
🎉 You're ready to create animations! To get started, check out: