Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions learners/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,12 @@ this file after downloading it.

[Python][python] is a popular language for scientific computing, and great for
general-purpose programming as well. Installing all of the scientific packages we use in the lesson
individually can be a bit cumbersome, and therefore recommend the all-in-one
individually can be a bit cumbersome, and therefore we recommend the all-in-one
installer [Anaconda][anaconda].

Regardless of how you choose to install it, please make sure you install Python
version 3.x (e.g., 3.10 is fine and will continue to receive security patches unitl 2026-OCT-04).
Regardless of how you choose to install it, please make sure to install a
[recent version](https://devguide.python.org/versions/) of Python 3.x that
is currently supported (meaning it receives bug fixes and security updates).


::::::::::::::::::::::::::::::::::::::::::::::::::
Expand Down