From 7d366dadf73bbf32ec6dc5e81a89fab5de323af0 Mon Sep 17 00:00:00 2001 From: mb Date: Wed, 10 Jul 2019 21:23:03 +0200 Subject: [PATCH] 'README.md' updaten --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ed6cda6..c306415 100644 --- a/README.md +++ b/README.md @@ -13,29 +13,29 @@ It will be on display again during the Computer Grrrls exhibition in Eindhoven ( Requirements -- apt: - `$ sudo apt install python3 python3-pip` + $ sudo apt install python3 python3-pip Requirements -- pip3: - `$ pip3 install flask nltk` + $ pip3 install flask nltk Requirements -- nltk - `$ python3` + $ python3 - `>>> import nltk` - `>>> nltk.download('averaged_perceptron_tagger')` + >>> import nltk + >>> nltk.download('averaged_perceptron_tagger') ## Run locally To run the cross-reader locally, the script `start.py` can be used. - `$ python3 start.py` + $ python3 start.py In the browser now visit: - `localhost:5000` + localhost:5000 ## Copyleft