From 578ada774098449e8046da2f23d129fc373ebee6 Mon Sep 17 00:00:00 2001 From: Mark Saroufim Date: Mon, 31 Oct 2022 11:08:18 -0700 Subject: [PATCH] [DOCS] Add install from source instructions to README (#821) --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index ed0fc71b1..bab417daa 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,15 @@ And the latest nightly release: pip install -U --pre triton ``` +# Install from source + +``` +git clone https://github.com/openai/triton.git; +cd triton/python; +pip install cmake; # build time dependency +pip install -e . +``` + # Changelog Version 1.1 is out! New features include: