音が流れない場合、再生を一時停止してもう一度再生してみて下さい。
ツール 
画像
Real Python
15011回再生
Installing Packages With pip: Python Basics

Many programming languages offer a package manager that automates the process of installing, upgrading, and removing third-party packages. Python is no exception. The de facto package manager for Python is called pip.

This is a portion of the complete course, which you can find here:
realpython.com/courses/python-pip-install/

The rest of the course covers how to:
Uninstalling packages
Declaring requirements
Re-creating a development environment
Navigating PyPI, the Python Package Index

コメント