Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 315 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 315 Bytes

simple_python_packages

this is just the package structure for basic python libraries that can be used to do pip install

change the com directory to the name of the package you are trying to create

to build the packages tar -cvzf package.name.tar.gz the_source_directory_include_setup.py