PLAY PODCASTS
163: pip install ./local_directory - Stéphane Bidoul
Episode 163

163: pip install ./local_directory - Stéphane Bidoul

Test & Code

August 20, 202128m 50s

Audio is streamed directly from the publisher (test-and-code.sfo3.cdn.digitaloceanspaces.com) as published in their RSS feed. Play Podcasts does not host this file. Rights-holders can request removal through the copyright & takedown page.

Show Notes

pip : "pip installs packages" or maybe "Package Installer for Python"
 pip is an invaluable tool when developing with Python.
 A lot of people know pip as a way to install third party packages from pypi.org
 You can also use pip to install from other indexes (or is it indices?)

You can also use pip to install a package in a local directory.
 That's the part I want to jump in and explore with Stéphane Bidoul.
 The way pip installs from a local directory is about to change, and the story is fascinating.


Special Guest: Stéphane Bidoul.


Links:




Topics

Pythonpippackaging