Skip to content

Commit aebf305

Browse files
authored
Update pip.md
Added note to use pip instead of conda to install TensorFlow.
1 parent b81e4f2 commit aebf305

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

site/en/install/pip.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,8 @@ The following NVIDIA® software are only required for GPU support.
259259
pip install tensorflow
260260
```
261261
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+
262264
### 6. Set environment variables
263265
264266
You can skip this section if you only run TensorFlow on the CPU.

0 commit comments

Comments
 (0)