Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf340e4c

Browse files
authored
Update README.md
1 parentd7d583b commitf340e4c

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 atadashofdata@gmail.com or come talk to me before the start of the tutorial on Saturday.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp