--- How to check the downloaded packages ---

1) Check signature of SHA256SUMS file
        $ gpg --keyserver keyserver.ubuntu.com --recv 8F258A03
        $ gpg --keyid-format long --verify SHA256SUMS.gpg SHA256SUMS

2) Check sha256sum of downloaded file
        $ sha256sum -c SHA256SUMS | grep OK


--- How to install SHIELD-HIT12A ----

As root run

   # make install

all files will be copied into /usr/local/bin

Afterwards you need to install pymchelper.
Make sure you have pip installed, i.e. on Ubuntu / Debian systems:

   $ sudo apt-get install pip

or Fedora/RedHat based systems:

   # dnf install pip
or
   # yum install pip

repectively.

As user (or root if you need system wide installation) run

   $ pip install pymchelper

If you have already installed pymchelper, you may want to upgrade it:

   $ pip install pymchelper --upgrade
