From 38902720428d04eeb4ed216cb1f70ffec34a3e77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Geron?= Date: Wed, 6 Nov 2019 22:46:50 +0800 Subject: [PATCH] Replace /tmp/environment.yml with environment.yml in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4deeca..e8a2c3b 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Or using Anaconda: $ git clone https://github.com/ageron/handson-ml2.git $ cd handson-ml2 $ # Read `environment.yml` if you want to use a GPU. - $ conda env create -f /tmp/environment.yml + $ conda env create -f environment.yml $ conda activate tf2 $ jupyter notebook