From b3c03e24de5f608e75004b98d6b7645da49f468b Mon Sep 17 00:00:00 2001 From: Philippe Tillet Date: Mon, 24 Feb 2020 18:07:25 -0500 Subject: [PATCH] [DOCUMENTATION] Updated installation instructions in README.md --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1cd951724..9464324e4 100644 --- a/README.md +++ b/README.md @@ -16,18 +16,15 @@ The formal foundations of this project are described in the following MAPL2019 p ## Installation -Triton is a fairly self-contained package and uses its own parser (forked from [wgtcc](https://github.com/wgtdkp/wgtcc)) and LLVM-8.0+ for code generation. +Triton is a fairly self-contained package and uses its own parser (forked from [wgtcc](https://github.com/wgtdkp/wgtcc)) and LLVM-8.0+ for code generation. ``` sudo apt-get install llvm-8-dev -git clone https://github.com/ptillet/triton.git; -cd triton/python/; -python setup.py develop; -cd examples; -python einsum.py + pip install -e "git+https://github.com/ptillet/triton.git#egg=triton&subdirectory=python" ``` + ## Getting Started Please visit the [documentation](https://docs.triton-lang.org) to get started with Triton