File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments