From 75d4c22f0bac7501f56644d0a3bc1834037656d6 Mon Sep 17 00:00:00 2001 From: Alexander Hess Date: Mon, 15 Jul 2024 09:37:30 +0200 Subject: [PATCH] Update links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 18b1254..378bcd0 100644 --- a/README.md +++ b/README.md @@ -43,10 +43,10 @@ It is only expected that the student has: To follow this workshop, an installation of **Python 3.9** or higher is expected. A popular and beginner friendly way is - to install the [Anaconda Distribution](https://www.anaconda.com/products/individual) + to install the [Anaconda Distribution](https://www.anaconda.com/download) that not only ships Python itself but also comes pre-packaged with a lot of third-party libraries - including [Python's scientific stack](https://scipy.org/about.html). + including [Python's scientific stack](https://scipy.org/). Detailed instructions can be found [here ](https://github.com/webartifex/intro-to-python#installation).