From 8779a2a646fca5eb14cd993b86453b4e79d7d398 Mon Sep 17 00:00:00 2001 From: rdanecek <danekradek@gmail.com> Date: Sat, 11 Feb 2023 14:12:50 +0100 Subject: [PATCH] Update README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3309b3b5..7afe29ee 100644 --- a/README.md +++ b/README.md @@ -81,13 +81,14 @@ The training and testing script for EMOCA can be found in this subfolder: 1) Install [conda](https://docs.conda.io/en/latest/miniconda.html) -2) Install [mamba](https://github.com/mamba-org/mamba) +<!-- 2) Install [mamba](https://github.com/mamba-org/mamba) --> <!-- 0) Clone the repo with submodules: --> <!-- ``` --> <!-- git clone --recurse-submodules ... --> <!-- ``` --> -3) Clone this repo +2) Clone this repo +<!-- 3) Clone this repo --> ### Short version @@ -125,7 +126,7 @@ Note: the environment might contain some packages. If you find an environment is 2) Activate the environment: ```bash -conda activate work36_cu11 +conda activate work38_cu11 ``` 3) For some reason cython is glitching in the requirements file so install it separately: -- GitLab