Skip to content
README.md 452 B
Newer Older
Tito Brasolin's avatar
Tito Brasolin committed
# scp-udg-client-app
Tito Brasolin's avatar
Tito Brasolin committed
## Installation & Usage
### pip install
Fabrizio Paolucci's avatar
Fabrizio Paolucci committed

Tito Brasolin's avatar
Tito Brasolin committed
If the python package is hosted on a repository, you can install directly using:
Fabrizio Paolucci's avatar
Fabrizio Paolucci committed

Tito Brasolin's avatar
Tito Brasolin committed
```sh
pip install git+https://crossserv.bologna.enea.it/gitlab/cross/scp_udg_client_python_app.git
Fabrizio Paolucci's avatar
Fabrizio Paolucci committed
```
Tito Brasolin's avatar
Tito Brasolin committed
(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`)
Fabrizio Paolucci's avatar
Fabrizio Paolucci committed

Tito Brasolin's avatar
Tito Brasolin committed
Then run the command:
```sh
scp-udg-client-app
```