We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e312eaf + 0a2b097 commit a8f7793Copy full SHA for a8f7793
README.md
@@ -91,8 +91,15 @@ from triton import *
91
'0xdead'
92
```
93
94
+## Install using pip
95
-## Install
96
+Triton can be installed using `pip`:
97
+
98
+```console
99
+pip install triton-library
100
+```
101
102
+## Install from source
103
104
Triton relies on the following dependencies:
105
@@ -105,7 +112,6 @@ Triton relies on the following dependencies:
112
* llvm (optional) >= 12
106
113
107
114
108
-
109
115
### Linux and MacOS
110
116
111
117
```console
0 commit comments