[DOCS] Add install from source instructions to README (#821)

This commit is contained in:
Mark Saroufim
2022-10-31 11:08:18 -07:00
committed by GitHub
parent 6311d70406
commit 578ada7740

View File

@@ -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: