aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src
diff options
context:
space:
mode:
authorGravatar Justin Shenk <shenk.justin@gmail.com>2018-08-07 01:16:51 +0200
committerGravatar GitHub <noreply@github.com>2018-08-07 01:16:51 +0200
commitd9deec2f5bb24a69afd90492ec93e478631a4cf3 (patch)
treee83f4b7a4e5ba9b579ee34e3954aa714956a6855 /tensorflow/docs_src
parent28cdc5f68cf469277e8ae623d1e34c4332356cf8 (diff)
Fix markdown formatting by removing indent
Previous display: <pre> $ <b>pip3 install tensorflow</b> # Python 3.n $ <b>pip install tensorflow</b> # Python 2.7</pre>
Diffstat (limited to 'tensorflow/docs_src')
-rw-r--r--tensorflow/docs_src/install/install_raspbian.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/docs_src/install/install_raspbian.md b/tensorflow/docs_src/install/install_raspbian.md
index 58a5285c78..1c8eecf244 100644
--- a/tensorflow/docs_src/install/install_raspbian.md
+++ b/tensorflow/docs_src/install/install_raspbian.md
@@ -78,8 +78,8 @@ your system, run the following command:
Assuming the prerequisite software is installed on your Pi, install TensorFlow
by invoking **one** of the following commands:
- <pre> $ <b>pip3 install tensorflow</b> # Python 3.n
- $ <b>pip install tensorflow</b> # Python 2.7</pre>
+<pre> $ <b>pip3 install tensorflow</b> # Python 3.n
+$ <b>pip install tensorflow</b> # Python 2.7</pre>
This can take some time on certain platforms like the Pi Zero, where some Python
packages like scipy that TensorFlow depends on need to be compiled before the