Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 883 Bytes

installation.md

File metadata and controls

36 lines (23 loc) · 883 Bytes

Installation

Stable release

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.

From sources

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