Skip to content

Commit

Permalink
adding readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alefisico committed Apr 25, 2024
1 parent e7c3fd8 commit 016775b
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cd coffea4bees/python/
git clone ssh://[email protected]:7999/algomez/bbWW.git
```

## Set Environment
## Set Environment at LPC

This code has been tested at the cmslpc, and to simplify the setup, it can be used with the container needed to run on lpc condor computers. To set this container under `coffea4bees/`:
```
Expand All @@ -24,3 +24,16 @@ source set_shell.sh

Remember to run this previous command (aka set your environment) *every time you want to run something*.


## Set Environment in local machine (Ubuntu)

You can set a minimal configuration using a conda environment, for local tests. Keep in mind that this enviroment does **NOT** contained all the packages installed in the container.

First install [conda-miniforge](https://github.com/conda-forge/miniforge) in your computer (if you haven't done it). If you dont have a cern/fnal account, you can clone the packages from the github repositories:
```
git clone [email protected]:alefisico/coffea4bees.git
cd coffea4bes/python/
git clone [email protected]:alefisico/bbWW.git
```


0 comments on commit 016775b

Please sign in to comment.