williamleif / redditnetwork

Tools for accessing/processing Reddit data and constructing networks based on this data. (Not an API crawler.)
17 stars 2 forks source link

README commands don't make sense #1

Closed juliamendelsohn closed 7 years ago

juliamendelsohn commented 7 years ago

I was looking at the readme to try to run the package and notice that the commands in:

After you have (optionally) set-up the virtual environment, run pip setup.py install python -m spacy.en.download all python -m nltk.downloader stopwords

Don't run. Could it be possible to separate the commands line by line so they are parsable? Also correct them if necessary. Thanks!

williamleif commented 7 years ago

Thanks! Do they make sense and work now?