1. Installation

There are multiple ways to install PDC Client API and scripts on your system.

  1. Install from packages provided by your distribution.
# install scripts
sudo yum install pdc-client

# install API for Python 3
sudo yum install python3-pdc-client

# install API for Python 2
sudo yum install python2-pdc-client
  1. Install from PyPI.
pip install pdc-client