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: