From 944dfbb2671ea1370dff85f482119c1b61a97759 Mon Sep 17 00:00:00 2001 From: Nick Amin Date: Fri, 14 Aug 2020 19:19:50 -0700 Subject: [PATCH] update instructions --- README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 2cc7239..1d9bae3 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,9 @@ ### Environment & setup ```bash cd /cvmfs/cms.cern.ch/slc6_amd64_gcc700/cms/cmssw/CMSSW_10_2_9/ ; cmsenv ; cd - -cd NanoCORE -make -j8 # takes about 20 seconds -``` - -### Python dependencies (if desired) -```bash -# install uproot with python2.7 and python3 -pip install uproot --user -pip3 install uproot --user +git clone https://github.com/cmstas/NanoTools +cd NanoTools/NanoCORE +make test -j12 ``` ### Unit tests