File tree Expand file tree Collapse file tree 4 files changed +13
-26
lines changed Expand file tree Collapse file tree 4 files changed +13
-26
lines changed Original file line number Diff line number Diff line change 1
1
XML Menu Diff
2
2
=============
3
3
4
+ ## Install
5
+
6
+ Install using pip (>= 19.0).
7
+
8
+ ``` bash
9
+ pip install --upgrade pip
10
+ pip install git+https://github.com/cms-l1-globaltrigger/tm-diff.git@0.6.2
11
+ ```
12
+
4
13
## Basic usage
5
14
6
15
Compare the content of two XML trigger menus.
@@ -77,25 +86,3 @@ This is equivalent to:
77
86
``` bash
78
87
tm-diff foo.xml bar.xml > diff.txt # pipe stdout to file
79
88
```
80
-
81
- ## Dependencies
82
-
83
- Install following utm wheels or build utm python bindings.
84
-
85
- * [ ` tm-table>=0.7.3 ` ] ( https://github.com/cms-l1-globaltrigger/tm-table )
86
-
87
- ## Install
88
-
89
- Install using pip
90
-
91
- ``` bash
92
- pip install git+https://github.com/cms-l1-globaltrigger/tm-diff.git@0.6.1
93
- ```
94
-
95
- Install from local source
96
-
97
- ``` bash
98
- git clone https://gitlab.cern.ch/cms-l1-globaltrigger/tm-diff.git
99
- cd tm-diff
100
- python setup.py install
101
- ```
Original file line number Diff line number Diff line change 1
- tm-table >= 0.7.3
1
+ tm-python @ git+https://github.com/cms-l1-globaltrigger/tm-python@ 0.7.3
Original file line number Diff line number Diff line change 4
4
5
5
setup (
6
6
name = "tm-diff" ,
7
- version = '0.6.1 ' ,
7
+ version = '0.6.2 ' ,
8
8
url = "https://github.com/cms-l1-globaltrigger/tm-diff" ,
9
9
author = "Bernhard Arnold" ,
10
10
author_email = "bernhard.arnold@cern.ch" ,
11
11
description = "Compare the content of two XML trigger menus." ,
12
12
long_description = long_description ,
13
13
packages = ['tmDiff' ],
14
14
install_requires = [
15
- 'tm-table>= 0.7.3' ,
15
+ 'tm-python @ git+https://github.com/cms-l1-globaltrigger/tm-python@ 0.7.3' ,
16
16
],
17
17
entry_points = {
18
18
'console_scripts' : [
Original file line number Diff line number Diff line change 1
- __version__ = '0.6.1 '
1
+ __version__ = '0.6.2 '
You can’t perform that action at this time.
0 commit comments