Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
ceodspspectrum authored Oct 23, 2023
1 parent e3d55d0 commit c09b13d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
========================================
Expand Down

0 comments on commit c09b13d

Please sign in to comment.