When your code depends other Python libraries to run, you'll want to reach for `pip` and `venv` to install those third-party Python packages.
https://pym.dev/installing-python-pac...
Find more Python screencasts at https://pym.dev/screencasts/
00:00 Our program depends on a third-party package
00:25 Installing packages using pip
00:45 Avoid installing packages globally
01:20 Another project with a third-party dependency
01:33 Creating a new virtual environment
01:47 Installing packages into a virtual environment
02:44 Other Python package management tools
03:49 Use pip and venv when installing Python packages