Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 645885f

Browse files
committed
Update README.md
1 parent 5af1ef7 commit 645885f

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@ To install all Python requirements, run:
1515

1616
```bash
1717
pip install -r requirements.txt
18-
pip install -r test_requirements.txt
1918
```
2019

21-
After that, run:
22-
23-
24-
```bash
20+
Running Unit Tests (optional and non-Windows only)
21+
```
22+
pip install -r test_requirements.txt
23+
bash
2524
make
2625
```
2726

0 commit comments

Comments
 (0)