# scp-udg-client-app ## Installation & Usage ### pip install If the python package is hosted on a repository, you can install directly using: ```sh pip install git+https://crossserv.bologna.enea.it/gitlab/cross/scp_udg_client_python_app.git ``` (you may need to run `pip` with root permission: `sudo pip install git+https://crossserv.bologna.enea.it/gitlab/cross/scp_udg_client_python_app.git`) Then run the command: ```sh scp-udg-client-app ```