File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -24,3 +24,4 @@ private/*
2424dist /
2525* .egg-info /
2626wheelhouse /
27+ .z3-trace
Original file line number Diff line number Diff 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
97104Triton 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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ add_subdirectory(libtriton)
22
33if (BUILD_EXAMPLES)
44 if (NOT ${CMAKE_SYSTEM_NAME} MATCHES "Windows" )
5- # Disable exemples for windows as linkage doesn't work. Exported function should
5+ # Disable examples for windows as linkage doesn't work. Exported function should
66 # be marked as exported on windows.
77 add_subdirectory (examples)
88 else ()
You can’t perform that action at this time.
0 commit comments