Skip to content

Commit bf03694

Browse files
authored
Update README.md (#10)
more details on the pyroot module
1 parent af2d3bc commit bf03694

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,12 @@ This generates the required data card: ```vol 4j 3.1 j 2.7 3j```.
7979

8080
## Requirements ##
8181
* The ROOT-related scripts (file names end with ```*2root```), require [ROOT](http://root.cern) to be compiled with Python 3 support.
82-
* In order to check whether the Python
83-
support in ROOT is set up correctly, say
82+
* To verify whether Python support in ROOT is set up correctly, run
8483
```import ROOT```
85-
in the Python 3 shell. You should not see any error messages.
84+
in the Python 3 shell. If no error messages appear, the setup is correct. If errors occur, ensure that:
85+
* ```root-config --features``` includes ```pyroot```. To fix it, refer to the ROOT installation documentation.
86+
* Your ```$PYTHONPATH``` environment variable contains the ```$ROOTSYS/lib``` directory. To fix it, execute
87+
```export PYTHONPATH=$ROOTSYS/lib:$PYTHONPATH``` (and add it in your shell configuration).
8688
* ```hplot``` requires the [Boost](https://www.boost.org) libraries and ROOT to be compiled with at least ```C++17``` standard.
8789
* ```ace2root``` needs the [PyNE](http://pyne.io) toolkit.
8890
* If the [GNU parallel](https://www.gnu.org/software/parallel) tool is

0 commit comments

Comments
 (0)