From ed5ffcd1bbc4fe8f32fd23014e36e5144d140751 Mon Sep 17 00:00:00 2001
From: "ivan.kondov" <ivan.kondov@kit.edu>
Date: Wed, 4 Dec 2019 21:43:25 +0100
Subject: [PATCH] Removed the NOTE due to anaconda distribution not used here
 any more

---
 docs/setup.rst | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/docs/setup.rst b/docs/setup.rst
index 9b24f5c..f96432d 100644
--- a/docs/setup.rst
+++ b/docs/setup.rst
@@ -41,16 +41,13 @@ The following python packages must be installed::
   pip install python-igraph
   pip install fireworks
 
-**NOTE:** For the igraph package a C compiler must be installed on your computer.
-
-**NOTE:** If later, during usage of the igraph package, an error like this::
-
-  ImportError: anaconda3/lib/python3.6/site-packages/igraph/_igraph.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev
-
-occurs, then the libgcc package has to be installed/upgraded::
-
-  conda install libgcc
+**NOTE:** For the igraph package a C++ compiler and some additional development
+packages must be installed on your computer. For CentOS and Red Hat Linux these
+can be installed with::
 
+  sudo yum install gcc-c++
+  sudo yum install libxml2-devel
+  sudo yum install python3-devel
 
 Setting up a FireServer
 ~~~~~~~~~~~~~~~~~~~~~~~
-- 
GitLab