From 1d016c3441f94fb2c39a47f59813e269a1750f33 Mon Sep 17 00:00:00 2001 From: Tommaso Tedeschi Date: Fri, 6 Dec 2024 12:33:43 +0100 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 86d3f78..c1ec3ee 100644 --- a/README.md +++ b/README.md @@ -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.