Skip to content

Commit a0a0669

Browse files
authored
Merge pull request #56 from ttedeschi/fix-docs
Add installation and other info for C++ implementation
2 parents 9794047 + 1d016c3 commit a0a0669

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,21 @@
22
Holding repo for CMS plotting style ROOT macros
33
guidelines available at https://cms-analysis.docs.cern.ch/guidelines/plotting/general/
44

5+
Both python and C++ implementations available.
6+
57
## Installation
6-
```
8+
Python:
9+
```python
710
pip install cmsstyle
811
```
912

13+
C++:
14+
```bash
15+
git clone https://github.com/cms-cat/cmsstyle.git
16+
cd cmsstyle
17+
source scripts/setup_cmstyle
18+
```
19+
1020
## Documentation
1121

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

Comments
 (0)