Skip to content

Takes a given requirements.txt file and builds a corresponding .pyz file

Notifications You must be signed in to change notification settings

cjkoral/requirements_builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

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

No packages published

Languages