diff --git a/docs/installing.md b/docs/installing.md index e27b76edd..410f88895 100644 --- a/docs/installing.md +++ b/docs/installing.md @@ -9,10 +9,10 @@ To install the MyST CLI, choose your preferred package manager. If you do not kn (installing-myst-tabs)= :::::{tab-set} -(installing-with-mamba)= +(installing-conda-forge)= ::::{tab-item} conda-forge -Install `mamba` (), see [Getting started with Miniforge](xref:biapol#ref:miniforge_python). +You can install using `mamba` (), see [Getting started with Miniforge](xref:biapol#ref:miniforge_python). 🛠 Then install `mystmd` from `conda-forge`: @@ -20,6 +20,14 @@ Install `mamba` (), see [Getting started with Mini mamba install -c conda-forge mystmd ``` +You may also use [conda](https://docs.conda.io/projects/conda/en/latest/user-guide/getting-started.html) which comes packaged with the [Anaconda](https://www.anaconda.com/download/success) python distribution. + +🛠 Then install `mystmd` from `conda-forge`: + +```shell +conda install -c conda-forge mystmd +``` + :::: ::::{tab-item} PyPI