From cbc5c1c96eb63a287d5b4e87d740c34110ebb2c8 Mon Sep 17 00:00:00 2001
From: Laurent COLBOIS <laurent.colbois@idiap.ch>
Date: Mon, 3 May 2021 15:56:47 +0200
Subject: [PATCH] Add .bobrc instructions

---
 README.rst | 18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)

diff --git a/README.rst b/README.rst
index 05f10f6..eb3cf4f 100644
--- a/README.rst
+++ b/README.rst
@@ -38,11 +38,19 @@ package, run::
 How to run
 ----------
 
-# bob config set instructions
-`bob config set bob.synface.multipie_projections <path_to_folder>`
-`bob config set bob.db.multipie.directory *<path to folder>*`
-`bob config set bob.db.multipie.annotations_directory *<path_to_folder>*`
-`bob config set bob.synface.latent_directions *<path_to_folder>*`
+Prepare folder configuration
+*********************************
+
+::
+
+    # Folder to store projected Multi-PIE latent projections
+    bob config set bob.synface.multipie_projections <path_to_folder>
+    # Folder containing Multi-PIE images
+    bob config set bob.db.multipie.directory <path_to_folder>
+    # Folder containing Multi-PIE face annotations
+    bob config set bob.db.multipie.annotations_directory <path_to_folder>
+    # Path to the Pickle file where to store computed latent directions
+    bob config set bob.synface.latent_directions <path_to_folder>
 
 
 Contact
-- 
GitLab