Skip to content

Commit

Permalink
Merge pull request #1 from neuroinformatics-unit/installation
Browse files Browse the repository at this point in the history
Add installation instructions for miniforge
  • Loading branch information
adamltyson authored Aug 22, 2024
2 parents ebf2ab6 + 2650ff5 commit be50de3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions slides/installation.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## Installing Python {.smaller}

### macOS and Linux

1. Open a terminal
2. Run the following commands:
```{bash}
curl -L -O "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh"
bash Miniforge3-$(uname)-$(uname -m).sh
```

### Windows

1. Download the installer from [Miniforge](https://github.com/conda-forge/miniforge)
2. Double click on the installer
3. Accept all defaults, **BUT**
i) Make sure to check the box to add Miniforge to your PATH

0 comments on commit be50de3

Please sign in to comment.