From f676c291967f8a81836b73c5a5dcd3c65e02552c Mon Sep 17 00:00:00 2001 From: jgart Date: Fri, 14 Jan 2022 00:11:41 -0500 Subject: Use guix shell shortcut with guix.scm file --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3