Nathan Brake commited on
Commit
c211e28
·
unverified ·
1 Parent(s): ba24588

Update README.md (#56)

Browse files

* Update README.md

* Update README.md

Files changed (1) hide show
  1. README.md +1 -8
README.md CHANGED
@@ -49,8 +49,7 @@ pip install -e . # Install root project dependencies
49
  ### 3️⃣ Run
50
 
51
  ```bash
52
- export OPENAI_API_KEY=yourkeyhere
53
- surf-spot-finder --location="Pittsburgh Pennsylvania" --date="2025-03-11 22:00" --max-driving-hours=5 --model-id="openai/o1" --api-key-var="OPENAI_API_KEY"
54
  ```
55
 
56
  ## How it Works
@@ -80,12 +79,6 @@ pip install -e .[tests]
80
  pytest
81
  ```
82
 
83
- ### Integration Tests
84
-
85
- ```bash
86
- INTEGRATION_TESTS=Y pytest # Requires docker and OPENAI_API_KEY
87
- ```
88
-
89
  ## Troubleshooting
90
 
91
 
 
49
  ### 3️⃣ Run
50
 
51
  ```bash
52
+ surf-spot-finder
 
53
  ```
54
 
55
  ## How it Works
 
79
  pytest
80
  ```
81
 
 
 
 
 
 
 
82
  ## Troubleshooting
83
 
84