Skip to content

Commit c1ab663

Browse files
committed
added instructions about needed python packages in README and a missing package init file
1 parent 22dfda1 commit c1ab663

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ Prerequisites
66

77
**python 2.x, x>5**
88

9+
On top of python, you need the following python packages:
10+
11+
numpy
12+
ipython (not strictly needed, but really useful)
13+
14+
To get them, install pip and use it to install these packages.
15+
16+
917
**ROOT 5, with pyroot support**
1018

1119
Note that you need to ensure that ROOT was compiled with the same

framework/services/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)