We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b3758ea + 2459de2 commit 5effca6Copy full SHA for 5effca6
README.md
@@ -32,6 +32,15 @@ pytimber with other CERN libraries, such as [PyJapc][].
32
33
* For Windows, [this][jpype-win] pre-compiled version of JPype seems to work
34
best.
35
+ * For CERN machines without internet access, you need to manually install the
36
+ dependencies and use the mirrors on the Scripting Tools GitLab group:
37
+
38
+ ```sh
39
+ pip install git+https://gitlab.cern.ch/scripting-tools/jpype.git
40
+ pip install git+https://gitlab.cern.ch/scripting-tools/cmmnbuild-dep-manager.git
41
+ pip install git+https://gitlab.cern.ch/scripting-tools/pytimber.git
42
43
+ ```
44
45
[jpype-win]: http://www.lfd.uci.edu/~gohlke/pythonlibs/#jpype
46
0 commit comments