From 3c64581efd5f1fd2922ce03020fcf0ee86c6b1b4 Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Wed, 3 May 2017 13:41:36 +0200
Subject: [PATCH] Update readme-template.rst - advertise conda installation for
 all packages

---
 templates/readme-template.rst | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/templates/readme-template.rst b/templates/readme-template.rst
index 494c623..c5d666d 100644
--- a/templates/readme-template.rst
+++ b/templates/readme-template.rst
@@ -28,10 +28,9 @@ Bob_. <SHORTINTRO>
 Installation
 ------------
 
-Follow our `installation`_ instructions. Then, using the Python interpreter
-provided by the distribution, build this package with::
+Follow our `installation`_ instructions. Then, to install this pacakge, run::
 
-  $ buildout
+  $ conda install <PACKAGE>
 
 
 Contact
-- 
GitLab