From 58fe1ebc16d0a845915bda01df6a96f2120d50df Mon Sep 17 00:00:00 2001 From: Hailin Wang Date: Wed, 19 Jun 2024 22:43:32 +0800 Subject: [PATCH] Update documentation --- documentation/install.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/documentation/install.rst b/documentation/install.rst index c81fd856..f8a78e81 100644 --- a/documentation/install.rst +++ b/documentation/install.rst @@ -3,7 +3,18 @@ Installation **Binder** is written in C++11 and must be built before use. This page describes the steps for the build process. Please note that installation require up to ~2.6+ Gb of free disk space. +Install pre-built wheels from PyPI +********************************** +The easiest way to install Binder is to use pre-built wheels from PyPI. To install Binder, run: + +.. code-block:: bash + + pip install cppbinder + +This will install the latest version of Binder and its dependencies. + +To build Binder from source, follow the instructions below. Requirements ************