Skip to content

Commit e05f571

Browse files
authored
Update README.md for v1.1.0 install
1 parent 066da63 commit e05f571

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,18 @@ Turn off SecureBoot (Allows for unsigned drivers to be installed):
109109

110110
1. Install IRON library, mlir-aie and llvm-aie compilers from wheels and dependencies:
111111

112+
For release v1.1.0:
113+
```bash
114+
# Install IRON library and mlir-aie from a wheel
115+
python3 -m pip install mlir_aie -f https://github.com/Xilinx/mlir-aie/releases/expanded_assets/v1.1.0
116+
117+
# Install Peano from a llvm-aie wheel
118+
python3 -m pip install https://github.com/Xilinx/llvm-aie/releases/download/nightly/llvm_aie-20.0.0.2025090701+8c084497-py3-none-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
119+
120+
# Install MLIR Python Extras
121+
HOST_MLIR_PYTHON_PACKAGE_PREFIX=aie python3 -m pip install -r python/requirements_extras.txt
122+
```
123+
112124
For release v1.0:
113125
```bash
114126
# Install IRON library and mlir-aie from a wheel

0 commit comments

Comments
 (0)