Skip to content

Commit 5effca6

Browse files
authored
Merge pull request #56 from levens/update_readme
Add note about installation on CERN machines
2 parents b3758ea + 2459de2 commit 5effca6

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)