Skip to content

Commit 6de5f78

Browse files
committed
Debug
1 parent 0c9ff3b commit 6de5f78

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,28 @@ Downloads [NLOPT](https://nlopt.readthedocs.io/en/latest/), [LIBTIFF](http://www
1919
Download the source code from [GitHub](https://github.com/marinerhemant/MIDAS).
2020

2121
`bash
22+
2223
git clone https://github.com/marinerhemant/MIDAS.git
2324
`
2425

2526
Change to the MIDAS directory.
2627

2728
`bash
29+
2830
cd MIDAS
2931
`
3032

3133
Run the build script.
3234

3335
`bash
36+
3437
./build.sh
3538
`
3639

3740
Install the python requirements.
3841

3942
`bash
43+
4044
pip install -r requirements.txt
4145
`
4246

0 commit comments

Comments
 (0)