Skip to content

Commit

Permalink
update instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
aminnj committed Aug 15, 2020
1 parent 613d15d commit 944dfbb
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 944dfbb

Please sign in to comment.