To install dep-check, run this command:
pip install dep-check
This is the preferred method to install dep-check, as it always installs the most recent stable release.
If you don't have pip installed, this Python installation guide can guide you through the process.
The sources for dep-check can be downloaded from the Github repository.
You can either clone the public repository:
git clone git://github.com/lumapps/dep-check
Or download the tarball:
curl -OL https://github.com/lumapps/dep-check/tarball/master
Once you have a copy of the source, you can install it with:
make init