diff --git a/README.md b/README.md index e949b86..8267775 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # How to Python in computational neuroscience, data mining, and more +All the tutorial are tested with Python 3.11.x. Older version might have a problem with the new versions of type anotations. + ## Programming Basics: Python Data analysis and more * [Numpy: rfft and spectral power](numpy_fft_1/README.md)