Skip to content

Commit

Permalink
Merge branch 'master' of github.com:rdemaria/pytimber
Browse files Browse the repository at this point in the history
  • Loading branch information
rdemaria committed Sep 9, 2017
2 parents adacb9f + 5effca6 commit 765c456
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 765c456

Please sign in to comment.