Skip to content

Commit

Permalink
collection_download_repo.py: adjust the automatic dependencies instal…
Browse files Browse the repository at this point in the history
…l a little
  • Loading branch information
zozlak committed Dec 6, 2021
1 parent 67177e8 commit e7ac44c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
subprocess.check_call([sys.executable, '-m', 'pip', 'install', i])
import requests
from rdflib import Graph, URIRef
print("\nInstallation successful - progressing to the download\n")
print("\nInstallation successful - please run the script again")
quit()

args = argparse.ArgumentParser()
args.add_argument('--user', help='User name (for downloading restricted-access resources')
Expand Down

0 comments on commit e7ac44c

Please sign in to comment.