Skip to content

Commit 5157c03

Browse files
Merge pull request #1426 from lallouslab/minor
Minor mods and typos
2 parents 5ee3cc2 + 5d21582 commit 5157c03

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ private/*
2424
dist/
2525
*.egg-info/
2626
wheelhouse/
27+
.z3-trace

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

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ add_subdirectory(libtriton)
22

33
if(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()

0 commit comments

Comments
 (0)