This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
''' | |
This is the helper script for QTRIPSTATIC | |
It can: | |
1. Download the assets folder from Google Drive and untar it | |
2. Update the Module Id in metadata.json and push it to the git repo | |
Invocation: | |
> python3 helper.py --setup | |
> python3 helper.py --update <next_module_name> | |
''' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
''' | |
This is the helper script for QTRIPSTATIC | |
It can: | |
1. Download the assets folder from Google Drive and untar it | |
2. Update the Module Id in metadata.json and push it to the git repo | |
Invocation: | |
> python3 helper.py --setup | |
> python3 helper.py --update <next_module_name> | |
''' |