Sharing and Publishing Work Internally
Overview
Teaching: 10 min
Exercises: 5 minQuestions
Objectives
Distributing Over Github
Others can install your package via the git+https protocol:
pip install git+https://<package url>
Publishing a Package
- Create a python package and install it locally.
- Add your package to version control.
Installing a Package
- Create a python package and install it locally.
- Add your package to version control.
Key Points