From a445ac28951b264932341156926f39108f10e907 Mon Sep 17 00:00:00 2001 From: Sugato Ray Date: Tue, 23 Jan 2024 00:14:48 -0500 Subject: [PATCH] Update docs with `conda` install option (#354) --- llms/README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/llms/README.md b/llms/README.md index ad4940a8..8c62a292 100644 --- a/llms/README.md +++ b/llms/README.md @@ -2,10 +2,18 @@ The easiest way to get started is to install the `mlx-lm` package: -```shell +**With `pip`**: + +```sh pip install mlx-lm ``` +**With `conda`**: + +```sh +conda install -c conda-forge mlx-lm +``` + ### Python API You can use `mlx-lm` as a module: