Installing and Importing Python Modules Using Pip
Einar Stensson Einar Stensson
1.64K subscribers
3,087 views
14

 Published On Sep 16, 2017

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:
https://pypi.python.org/pypi
https://scrapy.org/

show more

Share/Embed