diff --git a/doc/install.rst b/doc/install.rst index b2b1f17634524585fed7d464e61f0338c3881dc2..969965483eb753d3fe0040166736b3da4e9ef323 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -18,9 +18,6 @@ which is the recommended setup. `Debian`_ 8 *jessie* system. You'll have to figure out the necessary adjustments yourself if you're on another system. - For example, RHEL6/CentOS6 is known to come with a version of libmagic - which is incompatible with Mutalyzer. - The following steps will get Mutalyzer running on your system with the recommended setup: diff --git a/requirements.txt b/requirements.txt index 793757e7f7a24e92334d67dec886b3e5e1e5c55a..46f16dc733b7798bde23dd100c109027c56636f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ --e git+https://github.com/LUMC/magic-python.git#egg=Magic_file_extensions +-e git+https://github.com/mutalyzer/magic-python.git@centos6-fix#egg=Magic_file_extensions Flask==0.10.1 Jinja2==2.8 MySQL-python==1.2.5