Skip to content

Commit

Permalink
[DOCS] Add install from source instructions to README (#821)
Browse files Browse the repository at this point in the history
  • Loading branch information
msaroufim committed Oct 31, 2022
1 parent 6311d70 commit 578ada7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 578ada7

Please sign in to comment.