From 21f8a0646dd55222c90b3d86ebf5c28b36897cf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Do=C4=9Fukan=20Tuna?= Date: Sat, 5 Mar 2022 11:50:37 +0300 Subject: [PATCH] [DOCS] Minor README.md (#470) Added binary distribution for quick installation --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 25c4aacb8..f4b6ef41c 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,21 @@ The foundations of this project are described in the following MAPL2019 publicat The [official documentation](https://triton-lang.org) contains installation instructions and tutorials. +# Quick Installation + +You can install the latest stable release of Triton from pip: + +```bash +pip install triton +``` +Binary wheels are available for CPython 3.6-3.9 and PyPy 3.6-3.7. + +And the latest nightly release: + +```bash +pip install -U --pre triton +``` + # Changelog Version 1.1 is out! New features include: