Sharing and Publishing Work Internally

Overview

Teaching: 10 min
Exercises: 5 min
Questions
Objectives

Distributing Over Github

Others can install your package via the git+https protocol:

pip install git+https://<package url>

Publishing a Package

  1. Create a python package and install it locally.
  2. Add your package to version control.

Installing a Package

  1. Create a python package and install it locally.
  2. Add your package to version control.

Key Points