From 5c37f20030a8735011dbb6680e2e761e39370d96 Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Fri, 20 Aug 2021 17:13:05 +0200 Subject: [PATCH] update README with LFS dependencies --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 4ca66968..1194fec3 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,23 @@ This will start a local version of CARA, which can be visited at http://localhos ### Running the COVID calculator app in development mode +Download Git Large File Storage (LFS) - **macOS**: + ``` +brew install git-LFS +``` + +Download Git Large File Storage (LFS) - **Linux**: + +``` +apt-get install git-lfs +``` + +Install dependencies: + +``` +git lfs install +git lfs pull # Fetch the data from LFS pip install -e . # At the root of the repository python -m cara.apps.calculator ```