WadhwaniAI / covid-modelling

Repo for modelling the spread of novel Covid-19
MIT License
5 stars 0 forks source link

Recommend abbreviated clone #99

Closed jerome-ai closed 3 years ago

jerome-ai commented 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.

sansiddh commented 3 years ago

Updated the README