update README.md with development

This commit is contained in:
Shoaib Burq
2019-11-17 12:33:13 +01:00
parent 04e93f898c
commit 2b6b5837b6
+7
View File
@@ -23,3 +23,10 @@ training_data = ListDataset(
freq = "5min"
)
```
## Development
```
python setup.py install
pytest test
```