Skip to content

Commit f1e9a44

Browse files
authored
Update pip.md
the command to install pip install tensorflow[and-cuda] is not working. The pip install 'tensorflow[and-cuda]' works.
1 parent 75b2672 commit f1e9a44

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)