Skip to content

Commit ad3842f

Browse files
alyssapowellclaude
andcommitted
fix: README install instructions point to GitHub
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9f3cf9e commit ad3842f

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,16 @@ mlx-halo catches these conditions before they crash your system.
1717

1818
## Install
1919

20+
From GitHub:
21+
2022
```bash
21-
pip install mlx-halo
23+
pip install git+https://github.com/alyssapowell/mlx-halo.git
2224
```
2325

24-
MLX is an optional dependency (for GPU memory checks):
26+
With MLX support (for GPU memory checks):
2527

2628
```bash
27-
pip install "mlx-halo[mlx]"
29+
pip install "mlx-halo[mlx] @ git+https://github.com/alyssapowell/mlx-halo.git"
2830
```
2931

3032
## Quick Start

0 commit comments

Comments
 (0)