aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src
diff options
context:
space:
mode:
authorGravatar Justin Shenk <shenk.justin@gmail.com>2018-08-07 01:20:14 +0200
committerGravatar GitHub <noreply@github.com>2018-08-07 01:20:14 +0200
commit9d5e8b25072db34d8bf550e09acd351f126f5075 (patch)
tree18687c0f87e0213f917347beb148c3712ea4a098 /tensorflow/docs_src
parentb5cb9f07655040bdc6dc2e9ece0892163fe7d2ba (diff)
Add shell prompt ("$") to command
Diffstat (limited to 'tensorflow/docs_src')
-rw-r--r--tensorflow/docs_src/install/install_raspbian.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/docs_src/install/install_raspbian.md b/tensorflow/docs_src/install/install_raspbian.md
index b10e081d5e..cf6b6b4f79 100644
--- a/tensorflow/docs_src/install/install_raspbian.md
+++ b/tensorflow/docs_src/install/install_raspbian.md
@@ -60,7 +60,7 @@ If it gives the error "Command not found", then the package has not been
installed yet. To install if for the first time, run:
<pre>$ sudo apt-get install python3-pip # for Python 3.n
-sudo apt-get install python-pip # for Python 2.7</pre>
+$ sudo apt-get install python-pip # for Python 2.7</pre>
You can find more help on installing and upgrading pip in
[the Raspberry Pi documentation](https://www.raspberrypi.org/documentation/linux/software/python.md).