Skip to content

Commit

Permalink
updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alefisico committed Apr 25, 2024
1 parent 016775b commit 9a50fac
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,13 @@ git clone [email protected]:alefisico/coffea4bees.git
cd coffea4bes/python/
git clone [email protected]:alefisico/bbWW.git
```
Then create the conda environment, using the `environment.yml` file in `coffea4bees/`:
```
cd coffea4bees/ ### if you are not there
conda create env --file=environment.yml
```


Then dont forget to set your environment everytime you want to run something:
```
conda activate coffea4bees
```
2 changes: 1 addition & 1 deletion run_test.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python runner.py -o bbWW_v0.coffea -p bbWW/processors/processor_bbWW.py -m bbWW/metadata/bbWW.yml -op bbWW/hists/ -y UL16_preVFP -d GluGluToHHTo2B2VLNu2J TTToSemiLeptonic -t
python runner.py -o bbWW_v0.coffea -p bbWW/processors/processor_bbWW.py -c bbWW/metadata/bbWW.yml -m bbWW/metadata/bbWW.yml -op bbWW/hists/ -y UL16_preVFP -d GluGluToHHTo2B2VLNu2J TTToSemiLeptonic -t

0 comments on commit 9a50fac

Please sign in to comment.