File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
tensorflow/g3doc/get_started Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,10 @@ The TensorFlow Python API requires Python 2.7.
9
9
The simplest way to install TensorFlow is using
10
10
[ pip] ( https://pypi.python.org/pypi/pip ) for both Linux and Mac.
11
11
12
- If you encounter installation errors, see [ common problems] ( #common_problems )
13
- for some solutions. To simplify installation, please consider using our
14
- virtualenv-based instructions [ here] ( #virtualenv_install ) .
12
+ If you encounter installation errors, see
13
+ [ common problems] ( #common_install_problems ) for some solutions. To simplify
14
+ installation, please consider using our virtualenv-based instructions
15
+ [ here] ( #virtualenv_install ) .
15
16
16
17
### Ubuntu/Linux <a class =" md-anchor " id =" AUTOGENERATED-ubuntu-linux " ></a >
17
18
@@ -326,7 +327,7 @@ $ # Your prompt should change back
326
327
```
327
328
328
329
329
- ## Common Problems <a class =" md-anchor " id =" AUTOGENERATED-common-problems " ></a >
330
+ ## Common Problems <a class =" md-anchor " id =" common_install_problems " ></a >
330
331
331
332
### GPU-related issues <a class =" md-anchor " id =" AUTOGENERATED-gpu-related-issues " ></a >
332
333
You can’t perform that action at this time.
0 commit comments