Skip to content

Commit

Permalink
adding conda install
Browse files Browse the repository at this point in the history
  • Loading branch information
earth-chris committed Oct 5, 2022
1 parent 32d1c6d commit 574e80f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Installation guide

`elapid` is accessible from [pypi](https://pypi.org/project/elapid/):
`elapid` is accessible from [conda](https://anaconda.org/conda-forge/elapid):

```bash
conda install -c conda-forge elapid
```

It's also accessible from [pypi](https://pypi.org/project/elapid/):

```bash
pip install elapid
Expand Down

0 comments on commit 574e80f

Please sign in to comment.