You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,21 @@
2
2
Holding repo for CMS plotting style ROOT macros
3
3
guidelines available at https://cms-analysis.docs.cern.ch/guidelines/plotting/general/
4
4
5
+
Both python and C++ implementations available.
6
+
5
7
## Installation
6
-
```
8
+
Python:
9
+
```python
7
10
pip install cmsstyle
8
11
```
9
12
13
+
C++:
14
+
```bash
15
+
git clone https://github.com/cms-cat/cmsstyle.git
16
+
cd cmsstyle
17
+
source scripts/setup_cmstyle
18
+
```
19
+
10
20
## Documentation
11
21
12
-
Documentation is available at [cmsstyle.readthedocs.io](https://cmsstyle.readthedocs.io/).
22
+
Documentation for the Python implementation is available at [cmsstyle.readthedocs.io](https://cmsstyle.readthedocs.io/). C++ implementation is analogous.
0 commit comments