-
Notifications
You must be signed in to change notification settings - Fork 0
cjkoral/requirements_builder
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
USAGE 1. place requirements.txt file in main directory (parallel to README) 2. execute with 'python build.py <PROJECT_NAME> <PYTHON_VERSION>' in the 'builder/' directory PYTHON VERSION key defaults to '27'. Example values are '27', '35', '36' 3. find .pyz file in 'dist/' directory 4. install .pyz file by executing 'python <PROJECT_NAME>-dependencies-win_amd64-py<PY_VERSION>.pyz'
About
Takes a given requirements.txt file and builds a corresponding .pyz file
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published