Installation

Get started with Beacon Labs – Install, configure, and build your first AI Agent.

Python Version Requirements

Beacon Labs requires Python >=3.10. Here’s how to check your version:

python3 --version

Installing Beacon Labs

Now let’s get you set up! 🚀

1. Install Beacon Labs

Install Beacon Labs with all recommended tools using either method:

Terminal:

shCopyEditpip install beaconlabs

2. Upgrade Beacon Labs (Existing Installations Only)

If you have an older version of Beacon Labs installed, you can upgrade it:

Terminal:

shCopyEditpip install --upgrade beaconlabs

(Skip this step if you’re doing a fresh installation.)

3. Verify Installation

Check your installed versions:

Terminal:

shCopyEditpip freeze | grep beaconlabs

You should see something like this:

Output:

shCopyEditbeaconlabs==X.X.X

Installation successful! You’re ready to create your first Agent and Task.


Last updated