From 09f0d4ee58695988d92ff69976ee5019dd5f6ca4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Geron?= Date: Sat, 4 Mar 2017 11:03:22 +0100 Subject: [PATCH] Updated Anaconda instructions: conda install -c conda-forge tensorflow=1.0.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b51a47..2775be8 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Then make sure pip is up to date, and use it to install the required python pack If you prefer to use [Anaconda](https://www.continuum.io/), you can run the following commands instead: - $ conda install -c jjhelmus tensorflow=0.12.0rc0 + $ conda install -c conda-forge tensorflow=1.0.0 $ conda install -c conda-forge jupyter_contrib_nbextensions If you want to install the Jupyter extensions, run the following command: