Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,15 @@ from triton import *
'0xdead'
```

## Install using pip

## Install
Triton can be installed using `pip`:

```console
pip install triton-library
```

## Install from source

Triton relies on the following dependencies:

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


### Linux and MacOS

```console
Expand Down
Loading