Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rkansal47 authored May 1, 2024
1 parent 901b74d commit 3b2ec39
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,17 @@ git clone -b v2.0.0 https://github.com/cms-analysis/CombineHarvester.git Combine
scramv1 b clean; scramv1 b
```

### Packages

To create datacards, you need to use the same cmsenv as above + these packages:

```bash
pip3 install --upgrade pip3
pip3 install rhalphalib
cd /path/to/your/local/HHbbVV/repo
pip3 install -e .
```

I also add this to my .bashrc for convenience:

```
Expand Down

0 comments on commit 3b2ec39

Please sign in to comment.