Skip to content

Commit e8665a7

Browse files
Update README.md
1 parent 496fe22 commit e8665a7

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
@@ -1,11 +1,11 @@
11
# Demo
22

33
## STEP 1: Create a new Conda environment
4-
In an Anaconda terminal, run `conda create -n "mousearm-test python=3.11 -y"` or any environment name.
4+
In an Anaconda terminal, run `conda create -n "mousearm-test python=3.11 -y"` or any environment name.
55
Activate the environment with `conda activate mousearm-test`.
66

77
## STEP 2: Install opensim via conda
8-
**Windows/Linux**: `conda install -c opensim-org opensim`.
8+
**Windows/Linux**: `conda install -c opensim-org opensim`.
99
**macOS (Apple Silicon)**: `CONDA_SUBDIR=osx-64 conda install -c opensim-org opensim`.
1010

1111
## STEP 3: Clone this git repo and install the library

0 commit comments

Comments
 (0)