From 24fbb8f7419cb6ed6540bec27882e04443b25b13 Mon Sep 17 00:00:00 2001 From: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com> Date: Sat, 2 Sep 2023 13:39:40 +0530 Subject: [PATCH] #3049 Fix installation link --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 5072e17fad..fc657e7791 100644 --- a/setup.py +++ b/setup.py @@ -145,8 +145,7 @@ def run(self): "cmake configuration steps encountered errors, and the idaklu module" " could not be built. Make sure dependencies are correctly " "installed. See " - "https://github.com/pybamm-team/PyBaMM/tree/develop" - "INSTALL-LINUX-MAC.md" + "https://docs.pybamm.org/en/latest/source/user_guide/installation/install-from-source.html" # noqa: E501 ) raise RuntimeError(msg) else: