Skip to content

Commit 6aa785e

Browse files
committed
Fix some typos
1 parent 964c954 commit 6aa785e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/source/install.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ Test your Installation
236236
TensorFlow Models Installation
237237
------------------------------
238238

239-
Now that you have installed TensorFlow, it is time to install the models used b TesnorFlow to do it's magic.
239+
Now that you have installed TensorFlow, it is time to install the models used by TensorFlow to do its magic.
240240

241241
Install Prerequisites
242242
~~~~~~~~~~~~~~~~~~~~~
@@ -254,7 +254,7 @@ Building on the assumption that you have just created your new virtual environme
254254
+--------------+------------------------------+
255255
| jupyter | 1.0.0-py36_4 |
256256
+--------------+------------------------------+
257-
| matlplotlib | 2.2.2-py36h153e9ff_0 |
257+
| matplotlib | 2.2.2-py36h153e9ff_0 |
258258
+--------------+------------------------------+
259259
| opencv | 3.3.1-py36h20b85fd_1 |
260260
+--------------+------------------------------+
@@ -273,6 +273,7 @@ Alternatively, if you don't want to use Anaconda you can install the packages us
273273
274274
pip install <package_name>(=<version>)
275275
276+
but you will need to install ``opencv-python`` instead of ``opencv``.
276277

277278
Downloading the TensorFlow Models
278279
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)