Skip to content

Commit 645f2b6

Browse files
adding make instructions
1 parent 3b13b34 commit 645f2b6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ The labs can now be run via:
3939
jupyter lab Ch02-statlearn-lab.ipynb
4040
```
4141

42+
## Using make
43+
44+
If `make` is available on your machine, the steps above can be replaced
45+
46+
```
47+
make install
48+
make jupyter
49+
```
4250

4351
# Zip / tarball
4452

0 commit comments

Comments
 (0)