Skip to content

Commit

Permalink
Update installation documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
haiiliin committed Jun 20, 2024
1 parent 70319d4 commit f51a330
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions documentation/install.rst
Original file line number Diff line number Diff line change
@@ -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:

Expand All @@ -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**
Expand Down

0 comments on commit f51a330

Please sign in to comment.