From 0a85e8c801b2b09cf756bd5ce379f2b2f59e1e1f Mon Sep 17 00:00:00 2001 From: thouska Date: Tue, 30 Jan 2024 10:49:10 +0100 Subject: [PATCH] Update Introduction.md Updated a link --- docs/Introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Introduction.md b/docs/Introduction.md index f55e433e..ea288be0 100644 --- a/docs/Introduction.md +++ b/docs/Introduction.md @@ -1,6 +1,6 @@ # Introduction -Before you start to use SPOTPY you should be familiar with Python. Otherwise I recommend you to read a [basic Python Tutorial](https://docs.python.org/2/tutorial/ " Basic Python tutorial") or [Think Python](http://www.greenteapress.com/thinkpython/ "Think Python") first. +Before you start to use SPOTPY you should be familiar with Python. Otherwise I recommend you to read a [basic Python Tutorial](https://docs.python.org/3/tutorial/index.html " Basic Python tutorial") or [Think Python](http://www.greenteapress.com/thinkpython/ "Think Python") first. Basic knowledge about NumPy is also needed. You can get this [here](http://www.engr.ucsb.edu/~shell/che210d/numpy.pdf "NumPY tutorial").