Installing and Importing Python Modules Using Pip

preview_player
Показать описание
Learn to install python modules using the Python Package Index (PIP) in the Mac terminal.

Installing and importing modules using pip in Python is a central part of learning how to create useful Python scripts. Pip usually comes pre-installed in your Mac terminal. With the help of your terminal, you can install any of the thousands of modules available at pips website.

Useful links:
Рекомендации по теме
Комментарии
Автор

I know this video is old but when I try to install some modules it says error could not find a version that satisfies the requirements

motherfuck