Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 425 Bytes

File metadata and controls

22 lines (15 loc) · 425 Bytes

example_python_package_mate

an example python package

This is my first python package.

  • this uses pypi to deploy a pip install

  • uses branches on git to control software

  • uses github actions to upload pypi

To install

pip install example_python_package_mate

To make an install from this folder

pip install -e .