We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91ce059 commit 1ac216dCopy full SHA for 1ac216d
1 file changed
README.md
@@ -14,7 +14,7 @@ Get started using the [example walkthrough](https://github.com/Al-Borno-Lab/mous
14
Download the executable from [this link](https://www.anaconda.com/download) then follow the instructions there to install Anaconda.
15
16
## 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.
+In an Anaconda terminal, run `conda create -n "mousearm-test" python=3.11 -y` or any environment name.
18
Activate the environment with `conda activate mousearm-test`.
19
20
## STEP 3: Install opensim via conda
0 commit comments