Skip to content

Commit e245e27

Browse files
authored
Merge branch 'master' into bws
2 parents d9d4b25 + 0b565c2 commit e245e27

File tree

3 files changed

+161
-123
lines changed

3 files changed

+161
-123
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,15 @@ pytimber with other CERN libraries, such as [PyJapc][].
3232

3333
* For Windows, [this][jpype-win] pre-compiled version of JPype seems to work
3434
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+
```
3544

3645
[jpype-win]: http://www.lfd.uci.edu/~gohlke/pythonlibs/#jpype
3746

pytimber/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
__cmmnbuild_deps__ = [
1717
"accsoft-cals-extr-client",
1818
"accsoft-cals-extr-domain",
19+
"lhc-commons-cals-utils",
1920
"slf4j-log4j12",
2021
"slf4j-api",
2122
"log4j"

0 commit comments

Comments
 (0)