Python Pip

From ElectroDragon Wiki
Revision as of 02:13, 13 May 2021 by Chao (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  • 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