โœ…Downloading module

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

Last updated