Skip to content

Commit 0962aee

Browse files
committed
Use quotes to avoid SHELL interp
1 parent f40cbc1 commit 0962aee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ On Windows (experimental support), you'll need to rely on `conda` to install
201201
both pytorch and TorchCodec:
202202

203203
```bash
204-
conda install -c conda-forge torchcodec=*=*cuda*
204+
conda install -c conda-forge "torchcodec=*=*cuda*"
205205
```
206206

207207
## Benchmark Results

0 commit comments

Comments
 (0)