Skip to content

Commit

Permalink
Merge pull request #4 from Lastrik/master
Browse files Browse the repository at this point in the history
Fixing typo in README
  • Loading branch information
Spandan-Madan committed Jul 16, 2017
2 parents 51ddd55 + ed9b185 commit d8bf22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To make setup easy, we are going to use conda.
- Then create a new conda environment using the command with 'conda env create -f deeplearningproject_environment.yml'
- Now, you can activate the environment with - 'source activate deeplearningproject'

If all the isntallations go through, you are good to go! If not, here is a list of packages that need to be installed: requests imDbPy wget tmdbsimple seaborn sklearn Pillow keras tensorflow h5py gensim nltk stop_words
If all the installations go through, you are good to go! If not, here is a list of packages that need to be installed: requests imDbPy wget tmdbsimple seaborn sklearn Pillow keras tensorflow h5py gensim nltk stop_words

### Setting up conda environment in jupyter notebook
To be able to run the environment you just created on a juputer notebook, first check that you have the python package 'ipykernel' installed. If you don't simply install it using 'pip install ipykernel'. Now, add this to your jupyter notebook using the command 'python -m ipykernel install --user --name deeplearningproject --display-name "deeplearningproject"'
Expand Down

0 comments on commit d8bf22b

Please sign in to comment.