Browse Source

'README.md' updaten

master
mb 5 years ago
parent
commit
4dfee2da92
  1. 18
      README.md

18
README.md

@ -2,7 +2,9 @@
<https://cross.virtualprivateserver.space>
This is the code for a cyber/technofeminist cross-reader, developed in the context of the exhibition Computer Grrrls in Paris (March - July 2019) — <https://gaite-lyrique.net/evenement/computer-grrrls> — and on display again during the Computer Grrrls exhibition in Eindhoven (July - October 2019) — <http://mu.nl/nl/exhibitions/computer-grrrls> —.
This is the code for a cyber/technofeminist cross-reader, developed in the context of the exhibition Computer Grrrls in Paris (March - July 2019) — <https://gaite-lyrique.net/evenement/computer-grrrls>.
It will be on display again during the Computer Grrrls exhibition in Eindhoven (July - October 2019) — <http://mu.nl/nl/exhibitions/computer-grrrls>.
*This cyber/technofeminist cross-reader does not follow one but two axes, bridging the act of reading a collection of texts, with the act of reading a tool.*
@ -11,29 +13,29 @@ This is the code for a cyber/technofeminist cross-reader, developed in the conte
Requirements -- apt:
`$ sudo apt install python3 python3-pip`
`$ sudo apt install python3 python3-pip`
Requirements -- pip3:
`$ pip 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

Loading…
Cancel
Save