Installing / Upgrading

Getdep is available on PyPi and only for python3.x

We recommend using pip3 to install Getdep on all platforms:

pip3 install getdep

To upgrade using pip :

python -m pip install --upgrade getdep

Installing from source

If you’d rather install directly from the source, clone the git repository and install with Setuptool

git clone https://github.com/remiflavien1/getdep
cd getdep
python3 setup.py install