From cb6d0162a93c0049fd5e12a8896d029459715580 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Mazurek?= Date: Wed, 22 Nov 2023 16:23:09 +0100 Subject: [PATCH] Update the instructions --- README.md | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index abcdcdc..94cc5a7 100644 --- a/README.md +++ b/README.md @@ -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