From 88fd4f1206df3289e3b2cfd834e2a2ab6f18241b Mon Sep 17 00:00:00 2001 From: David PAGNON Date: Fri, 10 Jun 2022 16:03:05 +0200 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a88812d..8c7e44a 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Pull requests, suggestions, and issues are very welcome. [![GitHub issues](https ### Installation 1. **Install OpenPose** (instructions [there](https://github.com/CMU-Perceptual-Computing-Lab/openpose#installation)). -2. **Install OpenSim 4.+** ([there](https://simtk.org/frs/index.php?group_id=91)). +2. **Install OpenSim 4.x** ([there](https://simtk.org/frs/index.php?group_id=91)). 3. ***Optional.*** *Install Anaconda or [Miniconda](https://docs.conda.io/en/latest/miniconda.html). \ Open an Anaconda terminal and create a virtual environment with typing:*
conda create -n Pose2Sim python=3.8.8