Skip to content
This repository was archived by the owner on Jan 7, 2023. It is now read-only.

Commit 3f56d2a

Browse files
committed
plot_bootstrap.py example: mention dependency on rootpy and how to install it
1 parent f906d45 commit 3f56d2a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

examples/core/plot_bootstrap.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55
============================
66
77
This example demonstrates how to sample entries in a TTree with replacement
8-
with the help of NumPy and root_numpy.
8+
with the help of NumPy and root_numpy. This example depends on
9+
`rootpy <http://www.rootpy.org/>`_ which can be installed with pip::
10+
11+
pip install --user rootpy
12+
913
"""
1014
from rootpy.extern.six.moves import range
1115
from rootpy.tree import Tree, TreeModel, FloatCol

0 commit comments

Comments
 (0)