-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathinstall.bat
More file actions
18 lines (14 loc) · 785 Bytes
/
install.bat
File metadata and controls
18 lines (14 loc) · 785 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
echo off
echo =======================================================================================
echo Install Solver for Climate Project
echo Questions: please contact Macro Finance Research \(MFR\) Team at Becker Friedman Institute
echo URL: https://stackoverflow.com/questions/1098786/run-bash-script-from-windows-powershell
echo =======================================================================================
echo Starting installation process...
echo ===============================================================================
echo Step 1: Install plotly and pybind11
pip install pybind11
pip install plotly
echo ===============================================================================
echo Step 2: Install model solution core
pip install ./src/cppcore