cxumol commited on
Commit
096cc51
·
unverified ·
1 Parent(s): 376b8ed

mention git lfs install

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -78,6 +78,7 @@ Check out the [config.py](app/config.py) for more details.
78
  ### Run on local
79
 
80
  ```bash
 
81
  git clone https://github.com/cxumol/CoverPilot.git && cd CoverPilot
82
  pip install -r requirements.txt
83
  python app/app.py
 
78
  ### Run on local
79
 
80
  ```bash
81
+ git lfs install
82
  git clone https://github.com/cxumol/CoverPilot.git && cd CoverPilot
83
  pip install -r requirements.txt
84
  python app/app.py