Skip to content

Installation

Busylight Core requires Python 3.11 or later.

Install from PyPI

The easiest way to install busylight_core is from PyPI:

pip install busylight_core

Install from Source

You can also install from source:

git clone https://github.com/JnyJny/busylight_core.git
cd busylight_core
pip install -e .

Development Installation

For development, we recommend using uv:

git clone https://github.com/JnyJny/busylight_core.git
cd busylight_core
uv sync

This will install all dependencies including development tools.

Verify Installation

After installation, verify that busylight_core is working:

busylight_core --version

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.