Skip to content

Commit

Permalink
Merge pull request #2 from neuroinformatics-unit/add-git-installation
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorTatarnikov authored Sep 5, 2024
2 parents be50de3 + 67b3504 commit 77fe639
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions slides/installation.qmd
Original file line number Diff line number Diff line change
@@ -1,17 +1,24 @@
## Installing Python {.smaller}

### macOS and Linux
##
::: {.r-fit-text}
### 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

### Windows

1. Download the installer from [Miniforge](https://github.com/conda-forge/miniforge)
1. Download the installer from [https://github.com/conda-forge/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

### Installing Git
Follow the installation instructions found at [https://git-scm.com/downloads](https://git-scm.com/downloads)

### Installing GitHub CLI
Follow the installation instructions found at [https://cli.github.com/](https://cli.github.com/)
:::

0 comments on commit 77fe639

Please sign in to comment.