aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBonfaceKilz2022-02-02 09:00:36 +0300
committerBonfaceKilz2022-02-02 09:00:57 +0300
commitd1ee344e43ae210ca2eb34999035e13786466ca1 (patch)
tree99de6adffe9732f8f8243ee0e8ba8ebb2fb4570a /README.md
parentf676c291967f8a81836b73c5a5dcd3c65e02552c (diff)
downloadgenenetwork3-d1ee344e43ae210ca2eb34999035e13786466ca1.tar.gz
Revert "Use guix shell shortcut with guix.scm file"
This reverts commit f676c291967f8a81836b73c5a5dcd3c65e02552c.
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 3e60bcc..2dcc5b5 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
+guix shell -Df guix.scm
```
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/
+guix shell --expose=$HOME/genotype_files/ -Df guix.scm
python3
-import redis
+ import redis
```
#### Run a Guix container