Skip to content

Commit

Permalink
Add conda install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
faph authored Oct 9, 2024
1 parent 627a9cf commit a1a894d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,19 @@ 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
```


## Developing

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

0 comments on commit a1a894d

Please sign in to comment.