Spaces:
Sleeping
Sleeping
cxumol commited on
mention git lfs install
Browse files
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
|