From 6ee9549059d93d0f43249dbb5a90397f9b7d517c Mon Sep 17 00:00:00 2001
From: Tamas Gal <tgal@km3net.de>
Date: Mon, 2 Mar 2020 13:33:53 +0100
Subject: [PATCH] Add instroctions to use km3io in Julia

---
 README.rst | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/README.rst b/README.rst
index f64e88f..ad6f89e 100644
--- a/README.rst
+++ b/README.rst
@@ -31,7 +31,14 @@ To get the latest (stable) development release::
 
     pip install git+https://git.km3net.de/km3py/km3io.git
 
-**Reminder:** km3io is **not** dependent on aanet, ROOT or Jpp! 
+**Reminder:** km3io is **not** dependent on aanet, ROOT or Jpp!
+
+Using km3io in Julia
+====================
+
+A clash of LLVM versions is very likely (``km3io`` uses ``numba`` for DAQ
+utilities). To disable ``numba``, set the environmental variable
+``DISABLE_NUMBA=1``.
 
 Questions
 =========
-- 
GitLab