From ca12db6546e69d0a3c6785fa34fc77ebbf4fdbd1 Mon Sep 17 00:00:00 2001 From: Jonathan Taylor Date: Sun, 30 Jul 2023 07:36:52 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 804fe12..258762f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ the results in this repo. To install the `v1` version of the requirements run ``` -pip install -r https://github.com/intro-stat-learning/ISLP_labs/blob/v1/frozen_requirements.txt; -pip install -r https://github.com/intro-stat-learning/ISLP_labs/blob/v1/torch_requirements.txt; +pip install -r https://raw.githubusercontent.com/intro-stat-learning/ISLP_labs/v1/frozen_requirements.txt; +pip install -r https://raw.githubusercontent.com/intro-stat-learning/ISLP_labs/v1/torch_requirements.txt;. pip install ISLP==0.3.17; ```