[README] Changed requirement to LLVM-9

This commit is contained in:
Philippe Tillet
2020-06-05 12:05:21 -04:00
committed by Philippe Tillet
parent d85141182d
commit ca5b7c5df4

View File

@@ -18,7 +18,7 @@ Triton is a fairly self-contained package and uses its own parser (forked from [
You can install the latest release with pip as follows:
```
sudo apt-get install llvm-8-dev
sudo apt-get install llvm-9-dev
pip install triton
```