Skip to content

Commit

Permalink
📖 Update to installing instructions to include conda (#1840)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky authored Feb 6, 2025
1 parent 2a6db55 commit 03d35f1
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions docs/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,25 @@ 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` (<https://mamba.readthedocs.io>), see [Getting started with Miniforge](xref:biapol#ref:miniforge_python).
You can install using `mamba` (<https://mamba.readthedocs.io>), see [Getting started with Miniforge](xref:biapol#ref:miniforge_python).

🛠 Then install `mystmd` from `conda-forge`:

```shell
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

Expand Down

0 comments on commit 03d35f1

Please sign in to comment.