Commit 873b59c3 authored by Marcello Golfieri's avatar Marcello Golfieri
Browse files

updated readme with usage and testing steps

parent 91b2ad89
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -11,3 +11,16 @@ The following library is required:

# Author
Stephane Thiell

# Contributors
Marcello Golfieri

# Running
```
 PYTHONPATH=./lib python wgcli.py
```
# Testing
```
 cd tests/
 PYTHONPATH=../lib python  -m unittest workgroups_test
```