From f326dd83342f9987f5ee39ce666dc15fff7d3dbd Mon Sep 17 00:00:00 2001 From: Sugato Ray Date: Mon, 22 Jan 2024 23:53:54 -0500 Subject: [PATCH] Update README.md (#524) Add conda install option in docs. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 047bf1041..a9abd58ad 100644 --- a/README.md +++ b/README.md @@ -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.