Skip to content

Commit b69981d

Browse files
committed
updated copilot-instruction
1 parent a81a414 commit b69981d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/copilot-instruction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ Install `httpx` and `python-dotenv` into the virtual environment:
8686

8787
- **Windows:**
8888
```powershell
89-
.\.venv\Scripts\pip.exe install --trusted-host pypi.python.org --trusted-host files.pythonhosted.org --trusted-host pypi.org --no-cache-dir httpx python-dotenv
89+
.\.venv\Scripts\pip.exe install --trusted-host pypi.python.org --trusted-host files.pythonhosted.org --trusted-host pypi.org --no-cache-dir -r requirements.txt
9090
```
9191
- **macOS / Linux:**
9292
```bash
93-
.venv/bin/pip install --trusted-host pypi.python.org --trusted-host files.pythonhosted.org --trusted-host pypi.org --no-cache-dir httpx python-dotenv
93+
.venv/bin/pip install --trusted-host pypi.python.org --trusted-host files.pythonhosted.org --trusted-host pypi.org --no-cache-dir -r requirements.txt
9494
```
9595

9696
---

0 commit comments

Comments
 (0)