Skip to content

Commit

Permalink
updated installer links
Browse files Browse the repository at this point in the history
  • Loading branch information
najoshi committed Nov 16, 2024
1 parent 4451581 commit 748110d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

### For Windows

First, install python3. Most of you will probably use the [python3 64-bit installer](https://www.python.org/ftp/python/3.11.4/python-3.11.4-amd64.exe). If you need another version, go to the [python3 downloads page](https://www.python.org/downloads/windows/) and choose the one you want.
First, install python3. Most of you will probably use the [python3 64-bit installer](https://www.python.org/ftp/python/3.13.0/python-3.13.0-amd64.exe). If you need another version, go to the [python3 downloads page](https://www.python.org/downloads/windows/) and choose the one you want.

Next, install VSCode. Go to the [VSCode home page](https://code.visualstudio.com/) and it should automatically detect your OS and give you a download link. You can also go to the [downloads page](https://code.visualstudio.com/#alt-downloads) and choose from there.

Open VSCode. Go to the "View" menu and click on "Extensions". Search for "python" and install the python extension by Microsoft.

### For Macs

First, install python3. Most of you will probably use the [python3 64-bit universal2 installer](https://www.python.org/ftp/python/3.11.4/python-3.11.4-macos11.pkg). If you need another version, go to the [python3 downloads page](https://www.python.org/downloads/macos/) and choose the one you want.
First, install python3. Most of you will probably use the [python3 64-bit universal2 installer](https://www.python.org/ftp/python/3.13.0/python-3.13.0-macos11.pkg). If you need another version, go to the [python3 downloads page](https://www.python.org/downloads/macos/) and choose the one you want.

Next, install VSCode. Go to the [VSCode home page](https://code.visualstudio.com/) and it should automatically detect your OS and give you a download link. You can also go to the [downloads page](https://code.visualstudio.com/#alt-downloads) and choose from there.

Expand Down

0 comments on commit 748110d

Please sign in to comment.