-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/`: | ||
``` | ||
|
@@ -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 | ||
``` | ||
|
||
|