You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,15 @@
4
4
5
5
This package provides an easy python interface for interacting with data stored in CLAS12 [hipo](https://github.com/gavalian/hipo.git) files.
6
6
7
-
## :toolbox:Prerequisites
7
+
## Prerequisites
8
8
9
9
* python>=3.9
10
10
* compiler with C++17 support
11
11
* pip
12
12
13
13
If you are installing from source *without a package manager* you will also need to install the project dependencies listed in [pyproject.toml](https://github.com/mfmceneaney/hipopy/blob/main/pyproject.toml).
14
14
15
-
## :package:Installation
15
+
## Installation
16
16
17
17
To install with pip:
18
18
```bash
@@ -26,11 +26,11 @@ cd hipopy
26
26
pip install .
27
27
```
28
28
29
-
## :rocket:Getting Started
29
+
## Getting Started
30
30
31
31
Check out the example scripts in `tutorials`. More functionality coming soon!
32
32
33
-
## :memo:Documentation
33
+
## Documentation
34
34
35
35
Full documentation available on [Read the Docs](https://hipopy.readthedocs.io/en/latest/index.html)!
0 commit comments