Skip to content

Commit

Permalink
[docs] Update iree-compiler install instructions (iree-org#18861)
Browse files Browse the repository at this point in the history
Instructions to install iree-runtime are provided separately.
  • Loading branch information
marbre authored Oct 21, 2024
1 parent c08362a commit 65101c0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[published to PyPI](https://pypi.org/user/google-iree-pypi-deploy/).

``` shell
python -m pip install iree-compiler iree-runtime
python -m pip install iree-compiler
```

=== ":material-alert: Nightly releases"
Expand All @@ -15,7 +15,7 @@
``` shell
python -m pip install \
--find-links https://iree.dev/pip-release-links.html \
--upgrade iree-compiler iree-runtime
--upgrade iree-compiler
```

!!! tip
Expand Down

0 comments on commit 65101c0

Please sign in to comment.