Skip to content

Commit 765c456

Browse files
committed
Merge branch 'master' of github.com:rdemaria/pytimber
2 parents adacb9f + 5effca6 commit 765c456

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
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

0 commit comments

Comments
 (0)