Skip to content

Commit

Permalink
Update 02-Installation.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
pnavaro committed Sep 11, 2023
1 parent 134e6af commit d16750f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions notebooks/02-Installation.ipynb
Expand Up @@ -17,10 +17,10 @@
"[Ref: Getting started with mamba](https://docs.mamba.io/projects/mamba/en/latest/user-guide/getting-started.html)\n",
"\n",
"<!-- #region {\"slideshow\": {\"slide_type\": \"slide\"}} -->\n",
"## Install [Anamamba](https://www.anamamba.com/downloads) (large) or [Minimamba](https://mamba.io/minimamba.html) (small) or [Miniforge](https://github.com/mamba-forge/miniforge/releases) (best)\n",
"## Install [Anamamba](https://www.anamamba.com/downloads) (large) or [Minimamba](https://mamba.io/minimamba.html) (small) or [Miniforge](https://github.com/conda-forge/miniforge/releases) (best)\n",
"\n",
"```bash\n",
"wget https://github.com/mamba-forge/miniforge/releases/latest/download/Mambaforge-Linux-x86_64.sh\n",
"wget https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Linux-x86_64.sh\n",
"bash Mambaforge-Linux-x86_64.sh -b\n",
"```"
]
Expand Down Expand Up @@ -254,7 +254,7 @@
}
},
"source": [
"Conda/Mamba displays a list of all packages with that name on mamba-forge repository, so we know it is available.\n",
"Conda/Mamba displays a list of all packages with that name on conda-forge repository, so we know it is available.\n",
"\n",
"Install this package into the base environment:\n",
"\n",
Expand Down

0 comments on commit d16750f

Please sign in to comment.