diff --git a/README.md b/README.md index bacc197..48df3ee 100644 --- a/README.md +++ b/README.md @@ -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][].