From 0064080bea1be95dadd018d0d134a2f68a67af26 Mon Sep 17 00:00:00 2001 From: Thomas Limbacher Date: Wed, 24 Jun 2020 16:36:12 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50ded7b..50fb77a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Rewiring ](https://www.frontiersin.org/articles/10.3389/fncom.2020.00057)". You need Python to run this code. We tested it on Python version 3.7. Additional dependencies are listed in [environment.yml](environment.yml). If you use [Conda](https://docs.conda.io/en/latest/), run -```console +```bash conda env create --file=environment.yml ```