Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions lectures/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Important points:
* Make sure you install the correct version for your OS.
* If you are asked during the installation process whether you'd like to make Anaconda your default Python installation, say yes.

### Updating Anaconda
### Updating `conda`

Anaconda supplies a tool called `conda` to manage and upgrade your Anaconda packages.

Expand All @@ -123,9 +123,9 @@ One `conda` command you should execute regularly is the one that updates the who
As a practice run, please execute the following

1. Open up a terminal
1. Type `conda update anaconda`
1. Type `conda update conda`

For more information on conda, type conda help in a terminal.
For more information on conda, type conda help in a terminal.

(ipython_notebook)=
## {index}`Jupyter Notebooks <single: Jupyter Notebooks>`
Expand Down
Loading