Python Pip
- 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
Upgrade first
Module Install
uninstall
Full command