mirror of
https://github.com/ml-explore/mlx.git
synced 2025-06-24 17:31:16 +08:00
parent
6d3bee3364
commit
f326dd8334
@ -68,10 +68,18 @@ in the documentation.
|
|||||||
|
|
||||||
MLX is available on [PyPI](https://pypi.org/project/mlx/). To install the Python API, run:
|
MLX is available on [PyPI](https://pypi.org/project/mlx/). To install the Python API, run:
|
||||||
|
|
||||||
|
**With `pip`**:
|
||||||
|
|
||||||
```
|
```
|
||||||
pip install mlx
|
pip install mlx
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**With `conda`**:
|
||||||
|
|
||||||
|
```
|
||||||
|
conda install -c conda-forge mlx
|
||||||
|
```
|
||||||
|
|
||||||
Checkout the
|
Checkout the
|
||||||
[documentation](https://ml-explore.github.io/mlx/build/html/install.html#)
|
[documentation](https://ml-explore.github.io/mlx/build/html/install.html#)
|
||||||
for more information on building the C++ and Python APIs from source.
|
for more information on building the C++ and Python APIs from source.
|
||||||
|
Loading…
Reference in New Issue
Block a user