Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Add submodule instructions
  • Loading branch information
Daniel Saltzberg authored Nov 4, 2020
1 parent fa18f00 commit 13b83f6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,14 @@ Citations: In review
## Installation and Dependencies

### Getting the tutorial code and data
This tutorial can be downloaded from this page or the command line using `git clone github.com/salilab/imp_analysis_tutorial`
This tutorial can be downloaded from this page or the command line using
`git clone github.com/salilab/imp_analysis_tutorial`

Submodules must be downloaded by navigating to the tutorial main directory and running
```
git submodule init
git submodule update
```

### Installing IMP and dependencies

Expand Down

0 comments on commit 13b83f6

Please sign in to comment.