Skip to content

Commit

Permalink
mention anaconda closes #5
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfleis committed Jul 12, 2024
1 parent ebc1706 commit 6154eb2
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions course_information/infrastructure.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ To run the course material, you will need a Python environment with all the pack
spatial data science installed. Unless you already know how to work with `conda` or `mamba`,
follow the instructions below.

::: {.callout-important}
# Anaconda and the other snakes

If you have Anaconda, conda, or mamba installed, use that directly. Just start `Anaconda Prompt` (or any other relevant prompt) or `Terminal` and start with the point _Create a Python environment_.
:::

::: {.panel-tabset}

### Windows
Expand Down Expand Up @@ -69,20 +75,20 @@ Ensure that you install `miniconda` in a directory without any special character
### macOS & Linux

1. Download `miniconda` package manager from [Anaconda](https://docs.anaconda.com/miniconda/miniconda-install/){.external target="_blank"} for your operating system and install it.
3. Open `Terminal` application.
4. Create a Python environment using the following command:
2. Open `Terminal` application.
3. Create a Python environment using the following command:

```sh
conda env create -f https://martinfleischmann.net/sds/environment.yml
```

5. Activate the environment using:
4. Activate the environment using:

```sh
conda activate sds
```

6. Start JupyterLab interface:
5. Start JupyterLab interface:

```sh
jupyter lab
Expand Down

0 comments on commit 6154eb2

Please sign in to comment.