Skip to content

Commit 65614a0

Browse files
committed
Debug
1 parent 87ff9e5 commit 65614a0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,25 @@
55
**Installation and Compilation Instructions:**
66

77
1. Download the source code from [GitHub](https://github.com/marinerhemant/MIDAS).
8+
89
`bash
910
git clone https://github.com/marinerhemant/MIDAS.git
1011
`
12+
1113
2. Change to the MIDAS directory.
14+
1215
`bash
1316
cd MIDAS
1417
`
18+
1519
3. Run the build script.
20+
1621
`bash
1722
./build.sh
1823
`
24+
1925
4. Install the python requirements.
26+
2027
`bash
2128
pip install -r requirements.txt
2229
`

0 commit comments

Comments
 (0)