Skip to content

Commit

Permalink
Add instructions for installing from conda-forge (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
awvwgk authored Aug 30, 2024
1 parent 08ead3a commit febfd97
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ Install with `pip`:
pip install microsoft-aurora
```

Or with `conda` / `mamba`:

```bash
mamba install microsoft-aurora -c conda-forge
```

Run the pretrained small model on random data:

```python
Expand Down
6 changes: 6 additions & 0 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ For the latest official release, install the `pip` package:
pip install microsoft-aurora
```

Or install from conda-forge with `conda` / `mamba`:

```bash
mamba install microsoft-aurora -c conda-forge
```

You can also install directly from GitHub:

```bash
Expand Down

0 comments on commit febfd97

Please sign in to comment.