Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 234 Bytes

pip.md

File metadata and controls

15 lines (12 loc) · 234 Bytes

How to install pip3.6

curl https://bootstrap.pypa.io/get-pip.py | sudo -H python3.6
  • To get all installed package:
pip freeze
  • To install packages from a file:
pip install -r /path/to/file