#!/bin/bash
# Use the newest version of python3
pip3 install pip --upgrade --user
python -m pip install numpy --user
python -m pip install pandas --user
python -m pip install matplotlib --user
python -m pip install seaborn --user
python -m pip install tqdm --user
python -m pip install chaospy --user
python -m pip install emcee --user
python -m pip install tables --upgrade --user