Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 647 Bytes

installation.md

File metadata and controls

35 lines (26 loc) · 647 Bytes

Environment and installation

Without access to DIRAC

One can just:

  • Install this project:
pip install ap-utilities

But one would not be able to check for samples existence this way.

With access to DIRAC

This is needed to run the scripts that check the bookkeeping path for samples existence. To run this one has to be in an environment with:

  1. Access to DIRAC.
  • Setup the LHCb environment with
. /cvmfs/lhcb.cern.ch/lib/LbEnv 

# Token valid fro 100 hours
lhcb-proxy-init -v 100:00
  • Access a shell with dirac:
lb-dirac bash
  • Install this project:
pip install ap-utilities