fix typo I added.

This commit is contained in:
Mark Daoust 2018-07-19 07:36:49 -07:00 committed by GitHub
parent 5bf5f09450
commit 7b0c47e59e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -221,7 +221,7 @@ And use `pip` to install the package for Python 2 or 3:
<pre class="prettyprint lang-bsh"> <pre class="prettyprint lang-bsh">
<code class="devsite-terminal">pip install --upgrade --user tensorflow # Python 2.7</code> <code class="devsite-terminal">pip install --upgrade --user tensorflow # Python 2.7</code>
<code class="devsite-terminal">pip3 install -upgrade --user tensorflow # Python 3.n</code> <code class="devsite-terminal">pip3 install --upgrade --user tensorflow # Python 3.n</code>
</pre> </pre>
Use `pip list` to show the packages installed on the system. Use `pip list` to show the packages installed on the system.