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.