Update README.md (#524)

Add conda install option in docs.
This commit is contained in:
Sugato Ray
2024-01-22 23:53:54 -05:00
committed by GitHub
parent 6d3bee3364
commit f326dd8334

View File

@@ -68,10 +68,18 @@ in the documentation.
MLX is available on [PyPI](https://pypi.org/project/mlx/). To install the Python API, run:
**With `pip`**:
```
pip install mlx
```
**With `conda`**:
```
conda install -c conda-forge mlx
```
Checkout the
[documentation](https://ml-explore.github.io/mlx/build/html/install.html#)
for more information on building the C++ and Python APIs from source.