/!\ The original python copyright applies here!
- Download:
You can download the workspaces zipped in the releases. Once downloaded, unzip it to use it.
- Use it:
To use it you just have to be in the folder and execute python.exe your_file_path
or pythonw.exe your_file_path
(You can find the difference between "python.exe" and "pythonw.exe" here.). You can also set the environment variables to set this python as the system python environment.
- Pip:
To use pip you have to type python.exe -m pip your_arguments
and it works like regular python. If libraries are installed and you run a program as said above, everything should work normally.
All the files in this repository are completely free of rights (see the license) so you can grab the code and do whatever you want with them (just respect the license).
Thanks for reading and good development!
Disk_MTH