Skip to content

Commit

Permalink
Merge pull request #56 from ttedeschi/fix-docs
Browse files Browse the repository at this point in the history
Add installation and other info for C++ implementation
  • Loading branch information
oglez authored Dec 6, 2024
2 parents 9794047 + 1d016c3 commit a0a0669
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,21 @@
Holding repo for CMS plotting style ROOT macros
guidelines available at https://cms-analysis.docs.cern.ch/guidelines/plotting/general/

Both python and C++ implementations available.

## Installation
```
Python:
```python
pip install cmsstyle
```

C++:
```bash
git clone https://github.com/cms-cat/cmsstyle.git
cd cmsstyle
source scripts/setup_cmstyle
```

## Documentation

Documentation is available at [cmsstyle.readthedocs.io](https://cmsstyle.readthedocs.io/).
Documentation for the Python implementation is available at [cmsstyle.readthedocs.io](https://cmsstyle.readthedocs.io/). C++ implementation is analogous.

0 comments on commit a0a0669

Please sign in to comment.