From 11d01fdf07d19f3c1ce1e355305ac72896ab35ad Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Wed, 3 May 2017 13:43:44 +0200 Subject: [PATCH] Update README.md to mention conda recipes too. --- templates/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/README.md b/templates/README.md index f25d5ff..b2e8dd4 100644 --- a/templates/README.md +++ b/templates/README.md @@ -243,3 +243,7 @@ text files to be placed along `conf.py` (on the same directory): ## 7. Update the logo on your project Please update the logo of your project (on the Settings), just set it to [this one](templates/bob-128x128.png). + +## 8. Create a conda recipe for the package + +Please create a conda build recipte for the new package and put it in bob.conda. -- GitLab