From f51a330af6cb82c55ee74f1b31ba3e140cb41525 Mon Sep 17 00:00:00 2001 From: Hailin Wang Date: Thu, 20 Jun 2024 16:57:05 +0800 Subject: [PATCH] Update installation documentation --- documentation/install.rst | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/documentation/install.rst b/documentation/install.rst index f8a78e81..f5c5915f 100644 --- a/documentation/install.rst +++ b/documentation/install.rst @@ -1,10 +1,5 @@ -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 -********************************** +Installation with pre-built wheels +================================== The easiest way to install Binder is to use pre-built wheels from PyPI. To install Binder, run: @@ -16,6 +11,13 @@ This will install the latest version of Binder and its dependencies. To build Binder from source, follow the instructions below. +Installation from source +======================== +**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. + + + Requirements ************ The following tools need to be present in order to build and use **Binder**