Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zackees/python3.10


https://github.com/zackees/python3.10

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# python3.10 installers

Python 3.10 installers are getting harder to find. Here are the ones for Windows and Mac.

Direct download for 3.10.10 for:
* [windows](https://github.com/zackees/python3.10/raw/main/win/python-3.10.10-amd64.exe)
* [mac os (m1/x86)](https://github.com/zackees/python3.10/raw/main/macos/python-3.10.10-macos11.pkg)

For windows, please just copy and paste this into your terminal (windowskey + r, then run cmd and hit enter):

```
powershell -Command "Invoke-WebRequest -Uri 'https://raw.githubusercontent.com/zackees/python3.10/main/winpyinstall310.bat' -OutFile 'winpyinstall310.bat'; .\winpyinstall310.bat"
```