diff --git a/README.md b/README.md index 73496d5..30a1c78 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ Simple phone web app to label images with swipe gestures. Great for binary or te # Requirements Python, Flask - +``` pip install flask - +``` # Run - * Copy images to images/ subfolder. - * sh run.sh - * Navigate to hostname:5000 with your phone and swipe away. + * Copy images to `images/` subfolder. + * `sh run.sh` + * Navigate to `hostname:5000` with your phone and swipe away. * Results are appended to logfile.log and can be processed later.