From a80f8bf496839aab950e597e8f730c093d830a0a Mon Sep 17 00:00:00 2001 From: cmaffeo2 <cmaffeo2@illinois.edu> Date: Thu, 31 Oct 2019 11:34:17 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index db412b6..8aa00fb 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,9 @@ cd ../../ # Setup python dependencies (you may want to set up a virtual environement) -conda install numpy>=1.14 scipy>=1.1 appdirs >= 1.4 -conda install -c conda-forge mdanalysis>=0.18 -pip install cadnano >= 2.5.2.1 +conda install "numpy>=1.14" "scipy>=1.1" "appdirs>=1.4" +conda install -c conda-forge "mdanalysis>=0.18" +pip install "cadnano>=2.5.2.1" git clone https://gitlab.engr.illinois.edu/tbgl/tools/mrdna cd mrdna -- GitLab