A portable, Windows, Python environment bundled with CWMS libraries and dependencies.
- WinPython 3.12.10.1: Portable Python distribution
- Pre-installed Libraries: All dependencies from
requirements_binary_only.txt - Custom Configuration: CWMS-specific setup and utilities
Go to Releases and download the latest pythonCWMS*.7z file.
- Extract the
.7zfile to your desired location - No installation required - it's completely portable!
- Run
WinPython Command Prompt.exefor command line access - Run
WinPython Interpreter.exefor Python IDLE - Or use
start_cwms.batfor the custom CWMS environment
- Clone this repository
- Create/modify
requirements_binary_only.txtwith your dependencies - Push a tag to trigger the build:
git tag v0.8 && git push origin v0.8
You can also trigger a build manually from the Actions tab.
The requirements_binary_only.txt file contains all Python packages to be installed. Only binary wheels are used to ensure compatibility and faster installation.