Skip to content

Commit dd64c2b

Browse files
docs: Add Pixi use instructions
1 parent c681add commit dd64c2b

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Github Codespace](https://img.shields.io/badge/open-GH_Codespaces-blue?logo=github)](https://codespaces.new/root-project/ROOTAdvancedCourse?quickstart=1)
44
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/root-project/ROOTAdvancedCourse/main)
55

6-
This is an extension of the [ROOT Student Course](https://github.com/root-project/student-course/tree/25.07) and the assumption is that you are familiar with the concepts explained in the student course before taking this advanced course. The goal is to make you at ease of conducting modern data analysis with tools and packages offered by the modern ROOT, including UHI, Roofit, RNTuples and RDataFrame.
6+
This is an extension of the [ROOT Student Course](https://github.com/root-project/student-course/tree/25.07) and the assumption is that you are familiar with the concepts explained in the student course before taking this advanced course. The goal is to make you at ease of conducting modern data analysis with tools and packages offered by the modern ROOT, including UHI, Roofit, RNTuples and RDataFrame.
77

88
In the `course/notebooks/` folder you will find 5 topical lessons. There is also an example of an Open Data analysis where you can test your understanding of the various concepts covered in the course.
99

@@ -12,3 +12,13 @@ The in-person course based on the material in this repository was recorded on th
1212
## Note on ROOT version to be used
1313
Please note, in order to be able to run all cells of this course, we recommend using ROOT version 6.38 or higher. Such version is available if you set up the course using one of the badges above - SWAN is recommended if you have CERN computing account, otherwise you can use GitHub Code Spaces or Binder.
1414

15+
## Local use
16+
17+
To install an environment and get running
18+
19+
1. Install [Pixi](https://pixi.prefix.dev/)
20+
1. Clone this repository and navigate to the top level directory.
21+
1. Run
22+
```
23+
pixi run start
24+
```

0 commit comments

Comments
 (0)