martinigoyanes commited on
Commit
7d4b126
·
1 Parent(s): 0b51aac

fix: update readme to be more clear

Browse files
Files changed (1) hide show
  1. baseline/README.md +7 -1
baseline/README.md CHANGED
@@ -1,8 +1,14 @@
 
 
1
  1. Setup environment
2
  ```
3
  export MODEL_ID=openai/o3-mini
4
  export API_KEY=<your_api_key>
5
- pip install -r baseline/requirements.txt
 
 
 
 
6
  ```
7
 
8
  2. Launch trace collector
 
1
+ Python version: 3.10
2
+
3
  1. Setup environment
4
  ```
5
  export MODEL_ID=openai/o3-mini
6
  export API_KEY=<your_api_key>
7
+
8
+ python3.10 -m venv venv
9
+ source venv/bin/activate
10
+ pip3.10 install -r baseline/requirements.txt
11
+
12
  ```
13
 
14
  2. Launch trace collector