From 9ff8c139d93d1403c62d613e767b05fb62b87733 Mon Sep 17 00:00:00 2001
From: Yannick DAYER <yannick.dayer@idiap.ch>
Date: Thu, 7 Apr 2022 18:33:39 +0200
Subject: [PATCH] Remove indication of installation of bob.db.atnt.

The definition of atnt is now included in bob.bio.face.
---
 doc/pipeline_simple_intro.rst | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/doc/pipeline_simple_intro.rst b/doc/pipeline_simple_intro.rst
index 20c932b1..f128f0ca 100644
--- a/doc/pipeline_simple_intro.rst
+++ b/doc/pipeline_simple_intro.rst
@@ -11,13 +11,12 @@ Pipeline Simple: Introduction to biometric recognition in practice
 .. note::
   Make sure the following conda packages are installed before following this tutorial::
 
-    conda install bob.bio.base bob.bio.face bob.db.atnt
+    conda install bob.bio.face
 
-  Also note that almost all ``bob.db.*`` packages are deprecated and they should
-  not be installed. The ``bob.bio.face`` package contains the implementation of
-  all face biometric databases. Same is true for other ``bob.bio`` packages.
+  The ``bob.bio.face`` package contains the implementation of all face biometric
+  databases. Same is true for other ``bob.bio`` packages.
 
-To run biometric experiments, we provide a generic CLI command called ``bob bio pipelines``.
+To run biometric experiments, we provide a generic CLI command called ``bob bio pipeline``.
 Such CLI command is an entry-point to several pipelines implemented in this package.
 
 In our very first example, we've shown how to compare two samples using the
-- 
GitLab