Skip to content

Minor spelling and semantics #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Installs and Upgrades Required (Order is Important)
- conda install m2w64-toolchain
- conda install -c anaconda libpython=2.0
- pip install numpy==1.13.0
- pip install keras #Remember to change back0end to theano in the backend folder w/in keras, init file
- pip install keras #Remember to change back0end to theano in init file in site-packages/keras/backend/
- pip install theano
- pip install gensim
- pip install nltk
Expand All @@ -33,7 +33,7 @@ Installs and Upgrades Required (Order is Important)
- pip install --upgrade gensim
- pip install importio
- pip install matplotlib
- pip install netwrokx
- pip install networkx
- pip install h5py
- pip install pyparsing==1.5.7
- pip install graphviz
Expand Down