Skip to content

Commit 9f9b57e

Browse files
committed
Replace /tmp/environment.yml with environment.yml in README.md
1 parent 61d0282 commit 9f9b57e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Or using Anaconda:
4949
$ git clone https://github.com/ageron/handson-ml2.git
5050
$ cd handson-ml2
5151
$ # Read `environment.yml` if you want to use a GPU.
52-
$ conda env create -f /tmp/environment.yml
52+
$ conda env create -f environment.yml
5353
$ conda activate tf2
5454
$ jupyter notebook
5555

0 commit comments

Comments
 (0)