You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,10 +106,9 @@ Pose2Sim stands for "OpenPose to OpenSim", as it originally used *OpenPose* inpu
106
106
107
107
## Installation
108
108
109
-
1.***Optional:***\
110
-
*Install Anaconda or [Miniconda](https://docs.conda.io/en/latest/miniconda.html) for simplicity and avoiding the risk of incompatibilities between libraries.*
111
-
112
-
Once installed, open an Anaconda prompt and create a virtual environment:
109
+
1.**Create a conda environment:**\
110
+
Download and install [Miniconda](https://docs.conda.io/en/latest/miniconda.html).\
111
+
Open an Anaconda prompt and create a virtual environment:
113
112
```
114
113
conda create -n Pose2Sim python=3.10 -y
115
114
conda activate Pose2Sim
@@ -122,7 +121,6 @@ Install the OpenSim Python API (if you do not want to install via conda, refer [
122
121
```
123
122
124
123
3.**Install Pose2Sim**:\
125
-
If you don't use Anaconda, type `python -V` in terminal to make sure python>=3.10 is installed.
0 commit comments