NOTE: pip
is already installed if you are using Python 2 >=2.7.9 or Python 3 >=3.4 downloaded from python.org or if you are working in a Virtual Environment created by virtualenv
or venv
. Just make sure to upgrade pip.
For macOS:
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py
rm -f get-pip.py
For linux:
sudo apt install --assume-yes python3-pip
For linux / macOS:
pip3 install -U pip
Ref: https://pip.pypa.io/en/stable/installing/
pip3 install powerline-status
Ref: https://github.com/powerline/powerline
pip3 install numpy
Ref: https://numpy.org/install/
pip3 install pandas
Ref:
- https://pandas.pydata.org/docs/getting_started/install.html
- https://pandas.pydata.org/getting_started.html
pip3 install -U pip
pip3 install -U matplotlib
Ref: https://matplotlib.org/stable/users/installing.html#installing-an-official-release
pip3 install -U scikit-learn
Ref: https://scikit-learn.org/stable/install.html
# Requires the latest pip
pip3 install -U pip
# Current stable release for CPU and GPU
pip3 install tensorflow
Ref: https://www.tensorflow.org/install
pip3 install Django==${VERSION}
Ref: https://www.djangoproject.com/download/
pip3 install Flask
Ref: https://flask.palletsprojects.com/en/1.1.x/installation/