-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from neuroinformatics-unit/add-git-installation
- Loading branch information
Showing
1 changed file
with
13 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/) | ||
::: |