From ca5b7c5df462f29f20e56adfaa5c2cd12c87bd03 Mon Sep 17 00:00:00 2001 From: Philippe Tillet Date: Fri, 5 Jun 2020 12:05:21 -0400 Subject: [PATCH] [README] Changed requirement to LLVM-9 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ee124062..51907a240 100644 --- a/README.md +++ b/README.md @@ -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 ```