Skip to content

Commit

Permalink
- Docs: Updated to include git submodule steps
Browse files Browse the repository at this point in the history
- .gitignore: Added
  • Loading branch information
joeflack4 committed Sep 23, 2022
1 parent b3415ef commit f4f74eb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea/
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ git clone https://github.com/UWMooneyLab/VEDx.git
cd VEDx
```

Get git submodules
```
git submodule init
git submodule update
```

Use pip install on the requirements file to download dependances
```
pip install -r requirements.txt
Expand Down

0 comments on commit f4f74eb

Please sign in to comment.