Skip to content

Commit b6696db

Browse files
Merge pull request #2308 from joaomh:patch-1
PiperOrigin-RevId: 698150339
2 parents 15e96c3 + f1e9a44 commit b6696db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/install/pip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ step-by-step instructions.
2626
for more information about this collaboration.
2727

2828
```bash
29-
python3 -m pip install tensorflow[and-cuda]
29+
python3 -m pip install 'tensorflow[and-cuda]'
3030
# Verify the installation:
3131
python3 -c "import tensorflow as tf; print(tf.config.list_physical_devices('GPU'))"
3232
```

0 commit comments

Comments
 (0)