Skip to content

Commit

Permalink
Update getting-started docs to include libmamba solver on conda insta…
Browse files Browse the repository at this point in the history
…llation command
  • Loading branch information
teekuningas committed Mar 27, 2024
1 parent 84685a1 commit c9f53ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Meggie does not have standalone installers, but it can be easily installed on Wi

Install meggie to a conda environment:
```bash
$ conda create -n meggie-env -c conda-forge meggie=={{VERSION}}
$ conda create -n meggie-env -c conda-forge --solver libmamba meggie=={{VERSION}}
```

### Using pip:
Expand Down

0 comments on commit c9f53ce

Please sign in to comment.