Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 474 Bytes

File metadata and controls

19 lines (11 loc) · 474 Bytes

Portable Python

Using this tool you can incapsulate all Python environment in one folder.

TargetPlatforms

  • Windows 10+

How to use

  1. Download repo and unzip it where you want.
  2. Run FirstTimeInit.bat
  3. The PyEnv folder with the configured environment will be created.
  4. Put your project into PyEnv.
  5. Use InstallRequirements.bat for installing packages inside environment.
  6. Use TEMPLATE_SCRIPT_RUN.bat as template for running python scripts.