update README with LFS dependencies
This commit is contained in:
parent
b40170f58d
commit
5c37f20030
1 changed files with 16 additions and 0 deletions
16
README.md
16
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
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue