Skip to content

Commit 889d4fd

Browse files
Update OpenSim installation instructions in README
1 parent 46e88f6 commit 889d4fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ In an Anaconda terminal, run `conda create -n "mousearm-test" python=3.11 -y` or
1818
Activate the environment with `conda activate mousearm-test`.
1919

2020
## STEP 3: Install opensim via conda
21-
**Windows/Linux**: `conda install -c opensim-org opensim`.
22-
**macOS (Apple Silicon)**: `CONDA_SUBDIR=osx-64 conda install -c opensim-org opensim`.
21+
**Windows/Linux**: `conda install -c opensim-org opensim=4.4`.
22+
**macOS (Apple Silicon)**: `CONDA_SUBDIR=osx-64 conda install -c opensim-org opensim=4.4`.
2323

2424
## STEP 4: Go to your Documents folder
2525
**Windows**: `cd %USERPROFILE%\Documents`.

0 commit comments

Comments
 (0)