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