Skip to content

Commit 69195e4

Browse files
author
sjentzsch
committed
simplify uninstall of tensorflow build in README
1 parent 5d7a120 commit 69195e4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,7 @@ See also: https://www.tensorflow.org/install/install_sources
207207
In case you want to remove previous builds again (choose proper pip version again!):
208208

209209
```
210-
sudo pip3 uninstall tensorflow
211-
sudo pip3 uninstall tensorflow-tensorboard
210+
sudo pip3 uninstall tensorflow tensorflow-tensorboard
212211
```
213212

214213
# Run

0 commit comments

Comments
 (0)