Skip to content

Commit f340e4c

Browse files
authored
Update README.md
1 parent d7d583b commit f340e4c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,14 @@ Open the Anaconda Navigator program. You should see the Jupyter Notebook logo. B
1818
*Mac/Linux:*
1919
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.
2020

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+
2131
If you have any issues, please email me at adashofdata@gmail.com or come talk to me before the start of the tutorial on Saturday.

0 commit comments

Comments
 (0)