From 2d3be0ede1b4cbb5d4c97c8ca3fd482ec2cbe070 Mon Sep 17 00:00:00 2001 From: aaronjconway Date: Sun, 10 Jun 2018 15:25:29 -0700 Subject: [PATCH] Minor spelling and semantics --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2769ef9..c1ee72a 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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