Loading...
「ツール」は右上に移動しました。
利用したサーバー: wtserver1
182いいね 14,956 views回再生

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:
https://realpython.com/courses/python...

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

コメント