Skip to content

Commit 7ee0939

Browse files
committed
DOC: Add documentation about installation of uproot
1 parent e8c276f commit 7ee0939

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

documentation/docs/installation.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,10 @@ in the user's `.bashrc` file. This allows to run PCT applications from anywhere
8989
pip install opengate
9090
```
9191
An example of proton CT GATE simulation can be found in [`gate/protonct.py`](https://github.com/RTKConsortium/PCT/blob/main/gate/protonct.py).
92+
93+
### Uproot
94+
95+
[Uproot](https://uproot.readthedocs.io/) is a library for reading and writing ROOT files in pure Python and NumPy. Some applications of PCT require Uproot, such as `pctpairprotons` and `pctweplfit`. The simplest way to install Uproot is by running
96+
```bash
97+
pip install uproot
98+
```

0 commit comments

Comments
 (0)