Skip to content

Commit

Permalink
update installation page
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab committed Dec 12, 2023
1 parent b12407d commit f029c14
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f029c14

Please sign in to comment.