Difference between revisions of "Python Pip"

From ElectroDragon Wiki
 
(No difference)

Latest revision as of 02:13, 13 May 2021

  • Python3 - apt-get install python3-pip

Upgrade first

  • python -m pip install --upgrade pip

Module Install

  • pip install wxPython

uninstall

  • pip uninstall wxPython

Full command

  • python2 -m pip install camb