You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Activate the virtual environment to use the `balatrobot` command:
137
143
@@ -147,7 +153,7 @@ source .venv/bin/activate
147
153
.venv\Scripts\Activate.ps1
148
154
```
149
155
150
-
### 4. Launch Balatro
156
+
### 5. Launch Balatro
151
157
152
158
Start with debug and fast mode for development:
153
159
@@ -157,7 +163,7 @@ balatrobot --debug --fast
157
163
158
164
For detailed CLI options, see the [CLI Reference](cli.md).
159
165
160
-
### 5. Running Tests
166
+
### 6. Running Tests
161
167
162
168
Tests use Python + pytest to communicate with the Lua API. You don't need to have balatrobot running—the tests automatically start the required Balatro instances.
163
169
@@ -166,9 +172,6 @@ Tests use Python + pytest to communicate with the Lua API. You don't need to hav
166
172
The Lua and CLI test suites **must be run separately**. Running them together (e.g., `pytest tests`) is not supported.
167
173
168
174
```bash
169
-
# Install all dependencies
170
-
make install
171
-
172
175
# Run all tests (runs CLI and Lua suites separately)
0 commit comments