Skip to content

Commit c22902f

Browse files
author
Greg Bell
committed
Add test instructions
1 parent 49cf14e commit c22902f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,16 @@ manually put the resulting file in either `training_data/news` or
2121
`training_data/sports` dir.
2222

2323
## Other setup
24+
`pip install -r requirements.txt`
2425
Add your feed URLs and email to `feed_classifier.py`
2526
Configure your email server in `pipeline/mail_sender.py`
2627

2728
## Running
2829
Run `feed_classifier.py`, no arguments required.
30+
31+
## Unit tests
32+
33+
```
34+
pip install -r requirements_dev.txt
35+
python -m pytest
36+
```

0 commit comments

Comments
 (0)