Skip to content

Commit

Permalink
Update the instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mmazurekgda committed Nov 22, 2023
1 parent fc0126c commit cb6d016
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,37 @@

## Installation

### on lxplus

Make sure you are in the LHCb environment:

```console
source /cvmfs/lhcb.cern.ch/lib/LbEnv
```

Install the required packages in the local environment
```console
python3 -m venv env
```
```console
source env/bin/activate
```
```console
pip install -r requirements.txt
# or if that does not work
# pip install click requests pandas tabulate Jinja2
```

### locally with conda

You have to have conda installed. Then:

```console
conda env update --file environment.yml --name nightly-checker-env
```

Activate the environment:

```console
conda activate nightly-checker-env
```

## Examples
Expand Down

0 comments on commit cb6d016

Please sign in to comment.