From aa03b244b1cfaac0b431a351380d3a75192a645f Mon Sep 17 00:00:00 2001 From: cmaffeo2 <cmaffeo2@illinois.edu> Date: Sun, 29 Oct 2023 08:58:59 -0500 Subject: [PATCH] Update README.md to use pip3 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index df94ab4..ec878f4 100644 --- a/README.md +++ b/README.md @@ -42,14 +42,14 @@ cd ../../ ## Possibly setup python dependencies (you may want to set up a virtual environement) using commands below # 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" +# pip3 install "cadnano>=2.5.2.1" git clone https://gitlab.engr.illinois.edu/tbgl/tools/mrdna cd mrdna -pip install . +pip3 install . cd .. # Finally update your bashrc so that your shell can find the ARBD binary echo "PATH=$BUILD_DIR/arbd/src:\$PATH" >> ~/.bashrc source ~/.bashrc -``` \ No newline at end of file +``` -- GitLab