Skip to content

Commit

Permalink
DOC: Verify installation versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pan14001 committed Aug 15, 2016
1 parent 05bc94d commit 4708906
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,12 @@ remote$ clush -l root ls /root/
remote$ alias clush="clush -w cgi[01-10]"
remote$ clush -l root ./cgi-updater-payload.sh
```

### Finishing up

Verify R and biopython versions:

```sh
remote$ clush -l root "R --version | awk 'NR == 1 {print \$3}'"
remote$ clush -l root "pip show biopython | awk '/Version/ {print \$2}'"
```

0 comments on commit 4708906

Please sign in to comment.