Skip to content
Snippets Groups Projects
Commit b0f8c143 authored by faridm69's avatar faridm69
Browse files

configure shell script added.

parent 5110a18a
No related branches found
No related tags found
No related merge requests found
#!/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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment