Skip to content

Commit

Permalink
updated README with developer notes for Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsekar committed Sep 28, 2018
1 parent c6faa89 commit d7bb700
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Expand Up @@ -8,3 +8,14 @@

# wc_rules
Rule-based modeling for whole-cell models.

## Developer notes:
To install dependencies, first install Docker, then do
```
docker pull karrlab/wc_rules_deps:dev
```
To work on a local wc_rules repo, do
```
docker run --rm -it -v local/path/to/wc_rules:/codebase/wc_rules --name containername karrlab/wc_rules_deps:dev
#: pip install -e /codebase/wc_rules
```

0 comments on commit d7bb700

Please sign in to comment.