Update docs with conda install option (#354)

This commit is contained in:
Sugato Ray 2024-01-23 00:14:48 -05:00 committed by GitHub
parent 42672f5446
commit a445ac2895
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: