Skip to content

Commit d8bf22b

Browse files
Merge pull request #4 from Lastrik/master
Fixing typo in README
2 parents 51ddd55 + ed9b185 commit d8bf22b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To make setup easy, we are going to use conda.
2020
- Then create a new conda environment using the command with 'conda env create -f deeplearningproject_environment.yml'
2121
- Now, you can activate the environment with - 'source activate deeplearningproject'
2222

23-
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
23+
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
2424

2525
### Setting up conda environment in jupyter notebook
2626
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"'

0 commit comments

Comments
 (0)