From b0f8c143e8fbb945e008006718ebc6b78e3c8dfb Mon Sep 17 00:00:00 2001 From: faridm69 <faridmohammadi69@gmail.com> Date: Tue, 7 Jul 2020 15:18:01 +0200 Subject: [PATCH] configure shell script added. --- configure.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 configure.sh diff --git a/configure.sh b/configure.sh new file mode 100755 index 000000000..2f8dc1f6f --- /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 -- GitLab