Python: Difference between revisions
Appearance
Ttenbergen (talk | contribs) No edit summary |
Ttenbergen (talk | contribs) No edit summary |
||
Line 25: | Line 25: | ||
* open the winpython command prompt from the main winpython directory | * open the winpython command prompt from the main winpython directory | ||
* run pip from there | * run pip from there | ||
[[Category:Python| * ]] | |||
[[Category:Toolbox]] | |||
[[Category:Software]] |
Revision as of 20:05, 2021 October 3
IDE
- Idle
- run program with the "Run" in the file menu
.
Windows automation
Windows interface automation using Python
pip
py -m pip install --upgrade pip
PyGame
py -m pip install pygame
py -m pip install --upgrade pygame
Setup
Setting up in windows
Setting up on a stick
Setup
- expand on a stick
installing packages in winpython
- open the winpython command prompt from the main winpython directory
- run pip from there