Skip to content

Commit 0ca5a75

Browse files
authored
Batch command files for installing requirements
1 parent 6962159 commit 0ca5a75

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

Setup.bash

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pip install numpy
2+
pip install pandas
3+
pip install matplotlib
4+
pip install pydoe
5+
pip install diversipy

Setup.bat

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pip install numpy
2+
pip install pandas
3+
pip install matplotlib
4+
pip install pydoe
5+
pip install diversipy

0 commit comments

Comments
 (0)