mirror of
https://github.com/JHUAPL/EstimatingDisplacedPopulations.git
synced 2026-01-09 14:07:58 -05:00
Added submodule command to README
This commit is contained in:
10
README.md
10
README.md
@@ -20,7 +20,15 @@ For details and instructions for downloading the dataset used in this work, plea
|
||||
|
||||
## Dependencies
|
||||
|
||||
See [requirements.txt](requirements.txt).
|
||||
Retrieve submodule files using:
|
||||
```
|
||||
git submodule update --init --recursive
|
||||
```
|
||||
|
||||
See [requirements.txt](requirements.txt) and install using:
|
||||
```
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
## Running the code
|
||||
|
||||
|
||||
Reference in New Issue
Block a user