Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 167 Bytes

pip_py_package_install.md

File metadata and controls

7 lines (5 loc) · 167 Bytes

Install a py package

To make sure that a pckage installed by pip is accessible by python use the following command:

python -m pip install <package_name>