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:
If you need to update Python, visit python.org/downloads
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:
2. Upgrade Beacon Labs (Existing Installations Only)
If you have an older version of Beacon Labs installed, you can upgrade it:
Terminal:
(Skip this step if you’re doing a fresh installation.)
3. Verify Installation
Check your installed versions:
Terminal:
You should see something like this:
Output:
✅ Installation successful! You’re ready to create your first Agent and Task.
Last updated