From c09b13dc3148f1083d88d636719001494669c4a1 Mon Sep 17 00:00:00 2001 From: Manish Bhattarai Date: Mon, 23 Oct 2023 12:31:51 -0600 Subject: [PATCH] Update README.rst --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 71b5c81..0a46227 100644 --- a/README.rst +++ b/README.rst @@ -37,8 +37,8 @@ Installation git clone https://github.com/lanl/pyDNA_EPBD.git cd pyDNA_EPBD - conda create -c conda-forge --name pydnaepbd_pypy39_conda pypy python=3.9 -y - conda activate pydnaepbd_pypy39_conda + conda create -c conda-forge --name pydnaepbd_pypy_conda pypy -y + conda activate pydnaepbd_pypy_conda python setup.py install # Run your first pyDNA-EPBD simulation. @@ -50,7 +50,7 @@ Installation # To deactivate and remove the venv conda deactivate - conda remove --name pydnaepbd_pypy39_conda --all -y + conda remove --name pydnaepbd_pypy_conda --all -y Prerequisites ========================================