Version: Latest
Quickstart with GitHub Codespaces
You can start using Rasa Pro in your browser right away, no installation required.
Prerequisites
You need a Rasa Pro license key and a GitHub account.
Steps
Create a Codespace:
- Navigate to this repository on GitHub.
- Click on "Code", then on "Create codespace on main".
Set Up Environment
Edit the file called .env
to fill in your license key.
.env
RASA_PRO_LICENSE='your_rasa_pro_license_key_here'
Load this environment variable from your file by running:
source .env
Then activate your python environment by running:
source .venv/bin/activate
Follow the tutorial
Your codespace is set up so you can now run commands like rasa train
and rasa inspect
.
Now, check out the tutorial to build your first CALM assistant.