You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,4 +18,14 @@ Open the Anaconda Navigator program. You should see the Jupyter Notebook logo. B
18
18
*Mac/Linux:*
19
19
Open a terminal. Type```jupyter notebook```. A browser should open up. In the browser window, navigate to the location of the saved Jupyter Notebook files and open 0-Hello-World.ipynb. Follow the instructions in the notebook.
20
20
21
+
###4. Install a Few Additional Packages
22
+
23
+
There are a few additional packages we'll be using during the tutorial that are not included when you download Anaconda - wordcloud, textblob and gensim.
24
+
25
+
*Windows:*
26
+
Open the Anaconda Prompt program. You should see a black window pop up. Type`conda install -c conda-forge wordcloud` to download wordcloud. You will be asked whether you want to proceed or not. Type`y` for yes. Once that is done, type`conda install -c conda-forge textblob` to download textblob and`y` to proceed, and type`conda install -c conda-forge gensim` to download gensim and`y` to proceed.
27
+
28
+
*Mac/Linux:*
29
+
Your terminal should already be open. Type command-t to open a new tab. Type`conda install -c conda-forge wordcloud` to download wordcloud. You will be asked whether you want to proceed or not. Type`y` for yes. Once that is done, type`conda install -c conda-forge textblob` to download textblob and`y` to proceed, and type`conda install -c conda-forge gensim` to download gensim and`y` to proceed.
30
+
21
31
If you have any issues, please email me atadashofdata@gmail.com or come talk to me before the start of the tutorial on Saturday.