From a1a894dce232127c83a206f39777a3c059ce8b24 Mon Sep 17 00:00:00 2001 From: "Florenz A.P. Hollebrandse" Date: Wed, 9 Oct 2024 08:09:03 +0100 Subject: [PATCH] Add conda install instructions --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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][].