composer require dpdconnect/magento2-shipping
composer update dpdconnect/magento2-shipping
php bin/magento module:enable DpdConnect_Shipping
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
Magento 2 Shipping module by DPDC
If you use the env.php to specify the username and password make sure to use
bin/magento config:sensitive:set
to specify the password. The password has be encrypted in the env.php as well.