@@ -114,7 +114,7 @@ Important points:
|
114 | 114 | * Make sure you install the correct version for your OS. |
115 | 115 | * If you are asked during the installation process whether you'd like to make Anaconda your default Python installation, say yes. |
116 | 116 | |
117 | | -### Updating Anaconda |
| 117 | +### Updating `conda` |
118 | 118 | |
119 | 119 | Anaconda supplies a tool called `conda` to manage and upgrade your Anaconda packages. |
120 | 120 | |
@@ -123,9 +123,9 @@ One `conda` command you should execute regularly is the one that updates the who
|
123 | 123 | As a practice run, please execute the following |
124 | 124 | |
125 | 125 | 1. Open up a terminal |
126 | | -1. Type `conda update anaconda` |
| 126 | +1. Type `conda update conda` |
127 | 127 | |
128 | | -For more information on conda, type conda help in a terminal. |
| 128 | +For more information on conda, type conda help in a terminal. |
129 | 129 | |
130 | 130 | (ipython_notebook)= |
131 | 131 | ## {index}`Jupyter Notebooks <single: Jupyter Notebooks>` |
|