(env_setup-local)=
# Local setup

In this section, we will walk you through the steps needed to set up a computational environment on your own machine to run the tutorials (i.e. the widgets will be "alive" and responding to changing inputs).

The steps are:
- [Install Git](env_setup-local_git)
- [Install conda/mamba](env_setup-local_conda)
- [Create a conda environment](env_setup-local_create_env)

```{Note}
:class: note
If you have access to a JupyterHub (which usually already have git and conda installed), you can follow the steps in [Create an conda environment](env_setup-local_create_env) to run the tutorials on the Hub.
```

Many of the instructions here were inspired by [these setup instructions from TU Dresden](https://biapol.github.io/blog/mara_lampert/getting_started_with_miniforge_and_python/readme.html) for biological image analysis.
