Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amn41 authored Jul 29, 2024
1 parent 5188460 commit 38087f9
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,19 @@ Get started with Rasa Pro in the browser using GitHub Codespaces.
- Click on "Create codespace on main".

2. **Set Up Environment:**
- Open the `.env` file from this repo and add the required keys to that file.
- In the codespace, open the `.env` file from this repo and add the required keys to that file.
```
export RASA_PRO_LICENSE='your_rasa_pro_license_key_here'
export OPENAI_API_KEY='your_openai_api_key_here'
RASA_PRO_LICENSE='your_rasa_pro_license_key_here'
OPENAI_API_KEY='your_openai_api_key_here'
```
- Set these environment variables by running `source .venv/bin/activate`
- Set these environment variables by running
```
source .env
```
- Activate your python environment by running
- Activate your python environment by running
```
source .venv/bin/activate
```
3. **Initialize a New Project:**
- In the terminal, run:
Expand Down

0 comments on commit 38087f9

Please sign in to comment.