Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
haiiliin committed Jun 19, 2024
1 parent fc0008a commit 58fe1eb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions documentation/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
************
Expand Down

0 comments on commit 58fe1eb

Please sign in to comment.