Skip to content

Commit 5cf964e

Browse files
authored
Merge pull request #3 from tsurdilo/readmeupdate
small readme updates
2 parents 4082721 + 72ebfc1 commit 5cf964e

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,19 @@ With the SDK you can:
1212

1313
## Install dependencies and run test
1414

15-
- `pipenv install`
16-
- `python setup.py pytest`
15+
- Python 3 required
16+
17+
```
18+
pipenv install
19+
python setup.py pytest
20+
```
21+
22+
If you get issues about missing modules:
23+
24+
```
25+
pip3 install jsonschema
26+
pip3 install pyyaml
27+
```
1728

1829
## **WIP** Programmatically build workflow definitions
1930

0 commit comments

Comments
 (0)