From 0a2b09730d975a0c87bfdb819b97a32042853e02 Mon Sep 17 00:00:00 2001 From: gl Date: Sat, 23 Aug 2025 13:24:08 +0200 Subject: [PATCH] Triton can be installed using pip Added the right command in the README.md file to install Triton using pip, since `pip install triton` installs an entirely different package. --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a2bea500d..719df6f04 100644 --- a/README.md +++ b/README.md @@ -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: @@ -105,7 +112,6 @@ Triton relies on the following dependencies: * llvm (optional) >= 12 ``` - ### Linux and MacOS ```console