We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 496fe22 commit e8665a7Copy full SHA for e8665a7
README.md
@@ -1,11 +1,11 @@
1
# Demo
2
3
## 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.
+In an Anaconda terminal, run `conda create -n "mousearm-test python=3.11 -y"` or any environment name.
5
Activate the environment with `conda activate mousearm-test`.
6
7
## STEP 2: Install opensim via conda
8
-**Windows/Linux**: `conda install -c opensim-org opensim`.
+**Windows/Linux**: `conda install -c opensim-org opensim`.
9
**macOS (Apple Silicon)**: `CONDA_SUBDIR=osx-64 conda install -c opensim-org opensim`.
10
11
## STEP 3: Clone this git repo and install the library
0 commit comments