Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 969 Bytes

File metadata and controls

40 lines (32 loc) · 969 Bytes

Monorepo for the PanDA Server and JEDI

PyPI PyPI - Python Version PyPI - License

Overall PanDA documentation

https://panda-wms.readthedocs.io/en/latest/

Installation and distribution

Installation via PyPI

$ pip install panda-server

Installation from GitHub repository

$ pip install git+https://github.com/PanDAWMS/panda-server.git

Installation from local Git clone

$ git clone
$ cd panda-server
$ pip install .

Making source distribution to be published on PyPI

$ cd panda-server
$ python -m build -s

Making Unified Docker image

$ git clone
$ cd panda-server
$ docker build .