Lucas-C-R commited on
Commit
7b49baa
·
1 Parent(s): 1b3e1c8

docs: add Supabase setup instructions to README

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -23,24 +23,24 @@ cd Agents
23
  ```
24
 
25
  2. Create and activate a virtual environment:
26
- 1. Linux:
27
  ```bash
28
  python3 -m venv .venv
29
  source .venv/bin/activate
30
  ```
31
 
32
- 2. Windows:
33
  ```bash
34
  python -m venv .venv
35
  .venv\Scripts\activate
36
  ```
37
 
38
- 3. Install dependencies:
39
  ```bash
40
  pip install -r requirements.txt
41
  ```
42
 
43
- 4. Configure environment variables:
44
  ```bash
45
  # API Keys
46
  export OPENAI_API_KEY="sk-proj-..." # Your OpenAI API key
 
23
  ```
24
 
25
  2. Create and activate a virtual environment:
26
+ - Linux:
27
  ```bash
28
  python3 -m venv .venv
29
  source .venv/bin/activate
30
  ```
31
 
32
+ - Windows:
33
  ```bash
34
  python -m venv .venv
35
  .venv\Scripts\activate
36
  ```
37
 
38
+ 1. Install dependencies:
39
  ```bash
40
  pip install -r requirements.txt
41
  ```
42
 
43
+ 1. Configure environment variables:
44
  ```bash
45
  # API Keys
46
  export OPENAI_API_KEY="sk-proj-..." # Your OpenAI API key