Skip to content

Commit 1ac216d

Browse files
Fix formatting in README for Conda environment creation
1 parent 91ce059 commit 1ac216d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Get started using the [example walkthrough](https://github.com/Al-Borno-Lab/mous
1414
Download the executable from [this link](https://www.anaconda.com/download) then follow the instructions there to install Anaconda.
1515

1616
## STEP 2: Create a new Conda environment
17-
In an Anaconda terminal, run `conda create -n "mousearm-test python=3.11 -y"` or any environment name.
17+
In an Anaconda terminal, run `conda create -n "mousearm-test" python=3.11 -y` or any environment name.
1818
Activate the environment with `conda activate mousearm-test`.
1919

2020
## STEP 3: Install opensim via conda

0 commit comments

Comments
 (0)