Skip to content

Commit f4c1fc0

Browse files
committed
Updated readme for updated segments.
1 parent 0994a1f commit f4c1fc0

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

readme.markdown

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,12 @@ segment | topic
3636
1a | Python basics II
3737
1b | Data handling
3838
1c | Visualization
39-
2a | Planning and identifiers
39+
2a | Planning
4040
2b | Data retrieval I
4141
2c | Data retrieval II
4242
3a | Data retrieval III
4343
3b | Data retrieval IV
44-
3c | Data assembly
45-
44+
3c | Data assembly and conclusion
4645

4746

4847
## Materials
@@ -100,12 +99,11 @@ jupyter labextension install @jupyter-widgets/jupyterlab-manager plotlywidget@4.
10099
**Note:** On my desktop, each command listed above takes between two and three minutes to complete, so give it time. For your reference, these instructions are adapted from the [plot.ly getting started](https://plot.ly/python/getting-started/) document.
101100

102101

103-
### Install TextBlob text corpora and spacy word models
102+
### Install TextBlob text corpora
104103

105104
1. Open a terminal (on Windows, use the prompt labeled either "Anaconda Prompt" or "Anaconda (64-bit)" in the start menu).
106105
1. Activate the `carmapy` environment using the command `conda activate carmapy`.
107106
1. Install the corpora using the command `python -m textblob.download_corpora`. There may be warnings or errors that are not relevant for our purposes, but you should see a series of successful downloads.
108-
1. Install the spacy English models using the command `python -m spacy download en_core_web_lg`.
109107

110108

111109
### (optional) Run intro notebook

0 commit comments

Comments
 (0)