From 454147d798552ca352a91f4761790bf4346f95e2 Mon Sep 17 00:00:00 2001 From: Laurent COLBOIS <laurent.colbois@idiap.ch> Date: Fri, 18 Jun 2021 13:57:26 +0200 Subject: [PATCH] Formatting --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 41cfa27..f9f9161 100644 --- a/README.rst +++ b/README.rst @@ -60,7 +60,8 @@ To install everything correctly, after pulling this repository from Gitlab, you conda env create -f generation_env.yml conda env create -f benchmark_env.yml -2. Run `buildout` to extend the generation environment with the tools available in this repository:: +1. Run `buildout` to extend the generation environment with the tools available in this repository:: + conda activate synface # Activate the generation env. buildout -c buildout.cfg # Run buildout -- GitLab