Installation

In order to seperate the python module from the system wide python setup, it is recommended to use virtual environments (VE). Usage of conda or miniconda simplifies the setup of VEs.

Linux

Before installing the downloader, one has to install all required dependencies:
pip install -r requirements_linux.txt
The ado-downloader can be installed using the following command:
python setup.py install

Windows

Docker