Modules are only installed from remote git repositories
def install_from_git(self, url: str) -> (int, str):
url - Link to the remote repo. Returns a tuple of git and STDOUT exit code
url
git
STDOUT
Last updated 2 years ago