diff --git a/configure.sh b/configure.sh new file mode 100755 index 0000000000000000000000000000000000000000..2f8dc1f6f41b26bc3a1fbbc528347bb5a3ebc3c8 --- /dev/null +++ b/configure.sh @@ -0,0 +1,11 @@ +#!/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