Skip to content

asks user to set up netrc file if not there (Closes #2)

Paul Gierz requested to merge netrc into master

In order to download all the required data, the user previously needed to enter their password many times. This is now handled automatically via the netrc file, which is created if it doesn't exit.

Merge request reports