Skip to content

Commit

Permalink
Update install.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
reidjohnson committed Feb 10, 2024
1 parent b9cb58f commit c8cd088
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ Prerequisites
The quantile-forest package requires the following dependencies:

* python (>=3.8)
* cython (>=3.0a4)
* numpy (>=1.23)
* scikit-learn (>=1.0)
* scipy (>=1.4)

Install
=======
Expand All @@ -21,6 +22,10 @@ quantile-forest can be installed using `pip`::
Developer Install
=================

Building the package from source additionally requires the following dependencies:

* cython (>=3.0a4)

To manually build and install the package, run::

pip install --verbose --editable .
Expand Down

0 comments on commit c8cd088

Please sign in to comment.