Skip to content

Commit

Permalink
Add conda install instructions (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
faph authored Oct 9, 2024
2 parents 24d1411 + fdafd00 commit 9b26eeb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,21 @@ Deploy your AI/ML model to Amazon SageMaker for Real-Time Inference and Batch Tr

## Installing

Using package managers like Pip or Poetry:

```shell
python -m pip install inference-server
```

Using package managers like Conda or Mamba:

```shell
conda install conda-forge::inference-server
```

See <https://github.com/conda-forge/inference-server-feedstock> for details.


## Developing

To setup a scratch/development virtual environment (under `.venv/`), first install [Tox][].
Expand Down

0 comments on commit 9b26eeb

Please sign in to comment.