Skip to content

Commit a8f7793

Browse files
Merge pull request #1420 from gnmarco/master
Triton can be installed using pip
2 parents e312eaf + 0a2b097 commit a8f7793

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,15 @@ from triton import *
9191
'0xdead'
9292
```
9393

94+
## Install using pip
9495

95-
## Install
96+
Triton can be installed using `pip`:
97+
98+
```console
99+
pip install triton-library
100+
```
101+
102+
## Install from source
96103

97104
Triton relies on the following dependencies:
98105

@@ -105,7 +112,6 @@ Triton relies on the following dependencies:
105112
* llvm (optional) >= 12
106113
```
107114

108-
109115
### Linux and MacOS
110116

111117
```console

0 commit comments

Comments
 (0)