Warning, /panda-server/README.md is written in an unsupported language. File is not indexed.
0001 # Monorepo for the PanDA Server and JEDI
0002
0003 [](https://pypi.org/project/panda-server/)
0004 [](https://pypi.org/project/panda-server/)
0005 [](https://pypi.org/project/panda-server/)
0006
0007 ## Overall PanDA documentation
0008
0009 https://panda-wms.readthedocs.io/en/latest/
0010
0011 ## Installation and distribution
0012 ### Installation via PyPI
0013 ``` conslole
0014 $ pip install panda-server
0015 ```
0016
0017 ### Installation from GitHub repository
0018 ``` console
0019 $ pip install git+https://github.com/PanDAWMS/panda-server.git
0020 ```
0021
0022 ### Installation from local Git clone
0023 ``` console
0024 $ git clone
0025 $ cd panda-server
0026 $ pip install .
0027 ```
0028
0029 ### Making source distribution to be published on PyPI
0030 ``` console
0031 $ cd panda-server
0032 $ python -m build -s
0033 ```
0034
0035 ## Making Unified Docker image
0036 ``` console
0037 $ git clone
0038 $ cd panda-server
0039 $ docker build .
0040 ```