Skip to content

Commit

Permalink
OpenSim cannot be installed on MacOS-latest with Python<3.10 anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpagnon committed Feb 10, 2025
1 parent 8890c01 commit b41aac5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Pose2Sim stands for "OpenPose to OpenSim", as it originally used *OpenPose* inpu

Once installed, open an Anaconda prompt and create a virtual environment:
```
conda create -n Pose2Sim python=3.9 -y
conda create -n Pose2Sim python=3.10 -y
conda activate Pose2Sim
```

Expand All @@ -125,7 +125,7 @@ Install the OpenSim Python API (if you do not want to install via conda, refer [
```

3. **Install Pose2Sim**:\
If you don't use Anaconda, type `python -V` in terminal to make sure python>=3.9 is installed.
If you don't use Anaconda, type `python -V` in terminal to make sure python>=3.10 is installed.
- OPTION 1: **Quick install:** Open a terminal.
``` cmd
pip install pose2sim
Expand Down

0 comments on commit b41aac5

Please sign in to comment.