Skip to content

Commit 57977d1

Browse files
committed
Merge branch 'master' of github.com:rdemaria/pytimber
2 parents 7505a5e + 653d357 commit 57977d1

File tree

10 files changed

+698
-62
lines changed

10 files changed

+698
-62
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Install a Python distribution (e.g. [Anaconda][]) and a recent Java version
1212
[anaconda]: https://www.continuum.io/downloads
1313

1414
```sh
15-
pip install git+https://github.com/rdemaria/pytimber.git --process-dependency-links
15+
pip install git+https://github.com/rdemaria/pytimber.git
1616
```
1717

1818
This will also install [cmmnbuild-dep-manager][] to provide automatic
@@ -65,7 +65,7 @@ Explore variable hierarchies:
6565
```python
6666
ldb.tree
6767
print(dir(ldb.tree))
68-
print(ldb.tree.LHC.Collimators.BPM.bpmColl.get_vars())
68+
print(ldb.tree.LHC.Collimators.BPM.bpmColl._get_vars())
6969
```
7070

7171
Get data for a particular LHC fill:

0 commit comments

Comments
 (0)