Installation

DGet! is available on PyPI and can be installed via pip:

$ pip install dget

To install the GUI:

$ pip install dget[gui]

To install DGet! from source first clone the repository:

$ git clone https://github.com/djdt/dget

Then install using pip:

$ cd dget
$ pip install .

Requirements