Added submodule command to README

This commit is contained in:
Ryan
2020-03-23 18:48:59 -04:00
committed by Gordon Christie
parent 02131ac552
commit 47172c4774

View File

@@ -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