From 2459de27b8e04dfe05d67fddca90c8598d77f1a0 Mon Sep 17 00:00:00 2001 From: Tom Levens Date: Fri, 8 Sep 2017 09:24:27 +0200 Subject: [PATCH] Add note about installation on CERN machines --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 5b37124..a577489 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,15 @@ pytimber with other CERN libraries, such as [PyJapc][]. * For Windows, [this][jpype-win] pre-compiled version of JPype seems to work best. + * For CERN machines without internet access, you need to manually install the + dependencies and use the mirrors on the Scripting Tools GitLab group: + + ```sh + pip install git+https://gitlab.cern.ch/scripting-tools/jpype.git + pip install git+https://gitlab.cern.ch/scripting-tools/cmmnbuild-dep-manager.git + pip install git+https://gitlab.cern.ch/scripting-tools/pytimber.git + + ``` [jpype-win]: http://www.lfd.uci.edu/~gohlke/pythonlibs/#jpype