Closed jerome-ai closed 3 years ago
Cloning the entire repo takes a fair amount of time and space. Consider changing the recommended method of cloning to:
$> git clone --single-branch --branch master --depth 1 https://github.com/WadhwaniAI/covid-modelling.git
This results in a directory that is 3.2MB instead of 234MB.
Updated the README
Cloning the entire repo takes a fair amount of time and space. Consider changing the recommended method of cloning to:
This results in a directory that is 3.2MB instead of 234MB.