Skip to content

Commit f6305db

Browse files
Remove Windows PowerShell uv install (use WSL instead)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 3e92bae commit f6305db

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ Reinforcement Learning course project using [PufferLib](https://github.com/Puffe
1313
curl -LsSf https://astral.sh/uv/install.sh | sh
1414
```
1515

16-
**Windows:**
17-
```powershell
18-
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
19-
```
20-
2116
**Homebrew (macOS):**
2217
```bash
2318
brew install uv

0 commit comments

Comments
 (0)