Skip to content

Commit 06d0bfe

Browse files
authored
Update installing-python-macos.md
1 parent 7f99bef commit 06d0bfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

installing-python-macos.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ In this course, you'll be writing lots of Python code, so it's important to get
1010

1111
Throughout this document, we will:
1212

13-
1. Install Python 3.9.2
13+
1. Install Python 3.10.3
1414
2. Create a virtual environment using this version of Python.
1515
3. Inside this environment, install useful packages.
1616
4. (Optional) Modify the shell startup script to always activate our environment.
1717

1818
Let's get started!
1919

20-
## Install Python 3.9.2
20+
## Install Python 3.10.3
2121

2222
*Note: If you use `brew` or another package manager for Python installations, see the note at the bottom of this section instead.*
2323

0 commit comments

Comments
 (0)