From f029c14530f2ff352bd73bdbf0746d1609947877 Mon Sep 17 00:00:00 2001 From: Ivan Ogasawara Date: Tue, 12 Dec 2023 19:52:14 -0400 Subject: [PATCH] update installation page --- docs/installation.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 5242a36..40a0b48 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -2,20 +2,21 @@ ## Stable release -To install makim, run this command in your -terminal: +To install makim, run this command in your terminal: ```bash $ pip install makim ``` +Makim is also available on conda-forge: + +```bash +$ conda install -c conda-forge makim +``` + This is the preferred method to install makim, as it will always install the most recent stable release. -If you don't have [pip](https://pip.pypa.io) installed, this -[Python installation guide](http://docs.python-guide.org/en/latest/starting/installation/) -can guide you through the process. - ## From sources The sources for makim can be downloaded from