File tree Expand file tree Collapse file tree
tensorflow/docs_src/install Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -445,7 +445,7 @@ Take the following steps to install TensorFlow in an Anaconda environment:
445445 2 . Create a conda environment named <tt >tensorflow</tt > to run a version
446446 of Python by invoking the following command:
447447
448- <pre >$ <b >conda create -n tensorflow</b ></pre >
448+ <pre >$ <b >conda create -n tensorflow python=2.7 # or python=3.3, etc. </b ></pre >
449449
450450 3 . Activate the conda environment by issuing the following command:
451451
Original file line number Diff line number Diff line change @@ -321,7 +321,7 @@ Take the following steps to install TensorFlow in an Anaconda environment:
321321 2 . Create a conda environment named ` tensorflow `
322322 by invoking the following command:
323323
324- <pre >$ <b >conda create -n tensorflow</b ></pre >
324+ <pre >$ <b >conda create -n tensorflow python=2.7 # or python=3.3, etc. </b ></pre >
325325
326326 3 . Activate the conda environment by issuing the following command:
327327
You can’t perform that action at this time.
0 commit comments