Skip to content

Commit

Permalink
📚👌 Add conda install instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
s-weigand committed Apr 2, 2022
1 parent cbe822a commit 3921c8a
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,28 @@ Prerequisites:

To install pyglotaran-extras from [PyPI](https://pypi.org/), run this command in your terminal:

```shell
```console
pip install pyglotaran-extras
```

If you want to install it via conda, you can run the following command:

```console
conda install pyglotaran-extras
```

### From Source

To install pyglotaran-extras from sources, either clone this repository or download the latest release, then run this command in your terminal:

```shell
```console
git clone https://github.com/glotaran/pyglotaran-extras.git
cd pyglotaran-extras
pip install -e .
```

or directly

```shell
```console
pip install git+https://github.com/glotaran/pyglotaran-extras.git
```

0 comments on commit 3921c8a

Please sign in to comment.