Installation¶
Busylight Core requires Python 3.11 or later.
Install from PyPI¶
The easiest way to install busylight_core is from PyPI:
Install from Source¶
You can also install from source:
Development Installation¶
For development, we recommend using uv
:
This will install all dependencies including development tools.
Verify Installation¶
After installation, verify that busylight_core is working:
You should see the version number displayed.
Next Steps¶
Now that you have busylight_core installed, check out the Quick Start guide to learn how to use it.