Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
BayesValidRox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
inversemodeling
BayesValidRox
Commits
b0f8c143
Commit
b0f8c143
authored
4 years ago
by
faridm69
Browse files
Options
Downloads
Patches
Plain Diff
configure shell script added.
parent
5110a18a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configure.sh
+11
-0
11 additions, 0 deletions
configure.sh
with
11 additions
and
0 deletions
configure.sh
0 → 100755
+
11
−
0
View file @
b0f8c143
#!/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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment