From d4a66d1da00489bc7e8eba74c90a21df0e7306db Mon Sep 17 00:00:00 2001
From: Guillaume HEUSCH <guillaume.heusch@idiap.ch>
Date: Thu, 3 May 2018 11:45:43 +0200
Subject: [PATCH] updated README

---
 templates/README.md | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/templates/README.md b/templates/README.md
index 05ee7c7..b0b439c 100644
--- a/templates/README.md
+++ b/templates/README.md
@@ -84,8 +84,14 @@ perform some extra steps:
       version: 2018.05.02  <-- HERE
 ```
 
-3. update the bob-devel version in the ``meta.yml`` file in ``bob.conda/conda/beat-devel``
+3. update the beat-devel and bob-devel version in the ``meta.yml`` file in ``bob.conda/conda/beat-devel``
 ```yaml
+    package:
+      name: beat-devel
+      version: 2018.05.02  <-- HERE
+  
+    [...]
+
     requirements:
       host:
         - python {{ python }}
-- 
GitLab