Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zackees/python3.10
https://github.com/zackees/python3.10
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/zackees/python3.10
- Owner: zackees
- License: apache-2.0
- Created: 2023-11-09T01:59:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-10T01:18:22.000Z (about 1 year ago)
- Last Synced: 2023-12-10T02:20:53.270Z (about 1 year ago)
- Language: Batchfile
- Size: 64.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
```