Skip to content

Commit 9d0fc6e

Browse files
oddeirikiglandsglvladi
authored andcommitted
Fixes typo in CPU installation
1 parent 784c292 commit 9d0fc6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Once you have activated your virtual environment, the name of the environment sh
5757
5858
Install TensorFlow CPU for Python
5959
*********************************
60-
- Open a new `Anaconda/Command Prompt` window and activate the `tensorflow_gpu` environment (if you have not done so already)
60+
- Open a new `Anaconda/Command Prompt` window and activate the `tensorflow_cpu` environment (if you have not done so already)
6161
- Once open, type the following on the command line:
6262

6363
.. code-block:: posh
@@ -81,7 +81,7 @@ Test your Installation
8181
8282
>>> import tensorflow as tf
8383
84-
- If the above code shows an error, then check to make sure you have activated the `tensorflow_gpu` environment and that tensorflow_gpu was successfully installed within it in the previous step.
84+
- If the above code shows an error, then check to make sure you have activated the `tensorflow_cpu` environment and that tensorflow_cpu was successfully installed within it in the previous step.
8585
- Then run the following:
8686

8787
.. code-block:: python

0 commit comments

Comments
 (0)