From 096cc517913d107b109c850e4ea3af595bd82abe Mon Sep 17 00:00:00 2001 From: cxumol Date: Thu, 4 Apr 2024 02:27:39 -0700 Subject: [PATCH] mention git lfs install --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0c51ef0..f1d6e27 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,7 @@ Check out the [config.py](app/config.py) for more details. ### Run on local ```bash +git lfs install git clone https://github.com/cxumol/CoverPilot.git && cd CoverPilot pip install -r requirements.txt python app/app.py