From 6f78b607c2e8547ca6627934c6a577578a8250d4 Mon Sep 17 00:00:00 2001
From: Luca Gelisio <luca.gelisio@desy.de>
Date: Thu, 26 Nov 2020 12:54:27 +0100
Subject: [PATCH] Removed reference to conda

---
 README.md | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/README.md b/README.md
index d9ee249..7bd2ffe 100644
--- a/README.md
+++ b/README.md
@@ -24,11 +24,6 @@ Or, for Python 2:
 
     python2 -m pip install cfelpyutils
 
-It is also available as a package for the [Anaconda](<https://anaconda.org/>) Python
-distribution. It can be installed using the 'conda' command:
-
-    conda install -c ondateam cfelpyutils
-
 The library can also be installed manually by checking out the repository and running:
 
     python setup.py install 
-- 
GitLab