Browse Source

'README.md' updaten

master
mb 5 years ago
parent
commit
7d366dadf7
  1. 14
      README.md

14
README.md

@ -13,29 +13,29 @@ It will be on display again during the Computer Grrrls exhibition in Eindhoven (
Requirements -- apt: Requirements -- apt:
`$ sudo apt install python3 python3-pip` $ sudo apt install python3 python3-pip
Requirements -- pip3: Requirements -- pip3:
`$ pip3 install flask nltk` $ pip3 install flask nltk
Requirements -- nltk Requirements -- nltk
`$ python3` $ python3
`>>> import nltk` >>> import nltk
`>>> nltk.download('averaged_perceptron_tagger')` >>> nltk.download('averaged_perceptron_tagger')
## Run locally ## Run locally
To run the cross-reader locally, the script `start.py` can be used. To run the cross-reader locally, the script `start.py` can be used.
`$ python3 start.py` $ python3 start.py
In the browser now visit: In the browser now visit:
`localhost:5000` localhost:5000
## Copyleft ## Copyleft

Loading…
Cancel
Save