Skip to content

Latest commit

 

History

History
31 lines (12 loc) · 1.25 KB

File metadata and controls

31 lines (12 loc) · 1.25 KB

Portable python workspace (documentation)

/!\ The original python copyright applies here!

  1. Download:

You can download the workspaces zipped in the releases. Once downloaded, unzip it to use it.

  1. 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.

  1. 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.

License

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