Skip to content

Commit ec75180

Browse files
committed
conda install no longer optional with OpenSim
1 parent 7bb08ca commit ec75180

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,9 @@ Pose2Sim stands for "OpenPose to OpenSim", as it originally used *OpenPose* inpu
106106

107107
## Installation
108108

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:
113112
```
114113
conda create -n Pose2Sim python=3.10 -y
115114
conda activate Pose2Sim
@@ -122,7 +121,6 @@ Install the OpenSim Python API (if you do not want to install via conda, refer [
122121
```
123122

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

0 commit comments

Comments
 (0)