You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/en/install/pip.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -259,6 +259,8 @@ The following NVIDIA® software are only required for GPU support.
259
259
pip install tensorflow
260
260
```
261
261
262
+
Note: Do not install TensorFlow with `conda`. It may not have the latest stable version. `pip` is recommended since TensorFlow is only officially released to PyPI.
263
+
262
264
### 6. Set environment variables
263
265
264
266
You can skip this section if you only run TensorFlow on the CPU.
0 commit comments