Skip to content
Closed
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
12 changes: 3 additions & 9 deletions setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ Type following command + ENTER-button (make sure you have an internet connection
conda update -n root conda
```

when finished, type (+ ENTER-button):

```
conda update --all
```

and respond with *Yes* by typing `y`. Packages should be updated after the completion of the command.

### Setup after installation
Expand Down Expand Up @@ -121,8 +115,8 @@ As the course has been setup as a [git](https://git-scm.com/) repository managed
Use the command line to clone the repository and go into the course folder:

```
> git clone https://github.com/jorisvandenbossche/DS-python-geospatial.git
> cd DS-python-geospatial
git clone https://github.com/jorisvandenbossche/DS-python-geospatial.git
cd DS-python-geospatial
```

In case you would prefer using Github Desktop, see [this tutorial](https://help.github.com/desktop/guides/contributing-to-projects/cloning-a-repository-from-github-to-github-desktop/).
Expand Down Expand Up @@ -179,7 +173,7 @@ Each of the course modules is set up as a [Jupyter notebook](http://jupyter.org/
* Start a jupyter notebook server by typing

```
$ jupyter lab
jupyter lab
```

### Option 2: Using Anaconda Navigator
Expand Down