[DOCUMENTATION] Updated installation instructions in README.md
This commit is contained in:
committed by
Philippe Tillet
parent
3b9672443c
commit
b3c03e24de
@@ -21,13 +21,10 @@ Triton is a fairly self-contained package and uses its own parser (forked from [
|
|||||||
|
|
||||||
```
|
```
|
||||||
sudo apt-get install llvm-8-dev
|
sudo apt-get install llvm-8-dev
|
||||||
git clone https://github.com/ptillet/triton.git;
|
pip install -e "git+https://github.com/ptillet/triton.git#egg=triton&subdirectory=python"
|
||||||
cd triton/python/;
|
|
||||||
python setup.py develop;
|
|
||||||
cd examples;
|
|
||||||
python einsum.py
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
Please visit the [documentation](https://docs.triton-lang.org) to get started with Triton
|
Please visit the [documentation](https://docs.triton-lang.org) to get started with Triton
|
||||||
|
Reference in New Issue
Block a user