aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjgart2022-01-14 00:11:41 -0500
committerBonfaceKilz2022-01-27 15:34:40 +0300
commitf676c291967f8a81836b73c5a5dcd3c65e02552c (patch)
tree5cabcda8746f5668f53ea7d2c45a30f9df6013fd /README.md
parentf9dfc61b4fe5d78c6a09adbeafa28a4e5d91c2ad (diff)
downloadgenenetwork3-f676c291967f8a81836b73c5a5dcd3c65e02552c.tar.gz
Use guix shell shortcut with guix.scm file
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 2dcc5b5..3e60bcc 100644
--- a/README.md
+++ b/README.md
@@ -25,15 +25,15 @@ There are at least three ways to start GeneNetwork3 with GNU Guix:
Simply load up the environment (for development purposes):
```bash
-guix shell -Df guix.scm
+guix shell
```
Also, make sure you have the [guix-bioinformatics](https://git.genenetwork.org/guix-bioinformatics/guix-bioinformatics) channel set up.
```bash
-guix shell --expose=$HOME/genotype_files/ -Df guix.scm
+guix shell --expose=$HOME/genotype_files/
python3
- import redis
+import redis
```
#### Run a Guix container