Mention installing python-dev package.

See https://github.com/llvm/torch-mlir/issues/647#issuecomment-1114328241
pull/824/head
Sean Silva 2022-05-02 05:50:16 -07:00 committed by GitHub
parent 4b11284440
commit f31743b651
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ We have few paths to lower down to the Torch MLIR Dialect.
## Install torch-mlir snapshot
This installs a pre-built snapshot of torch-mlir for Python 3.7/3.8/3.9/3.10 on Linux and macOS
This installs a pre-built snapshot of torch-mlir for Python 3.7/3.8/3.9/3.10 on Linux and macOS. (Ensure you have the required `python-dev` package installed).
```shell
python -m venv mlir_venv