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
*[Support and contribution](#Support-and-contribution)
23
24
24
25
## Introduction
25
26
@@ -42,8 +43,9 @@ To also make use of the programming library, a classical pip installation is of
42
43
python -m pip install dataintegrityfingerprint
43
44
```
44
45
46
+
## Usage
45
47
46
-
## Command line interface (CLI) application usage
48
+
###Command line interface (CLI) application usage
47
49
48
50
After successful installation, the command line interface is available as `dataintegrityfingerprint`:
49
51
@@ -80,7 +82,7 @@ options:
80
82
```
81
83
82
84
83
-
## Graphical user interface (GUI) application usage
85
+
###Graphical user interface (GUI) application usage
84
86
85
87
After successful installation, the graphical user interface is available as `dataintegrityfingerprint-gui`:
86
88
@@ -112,7 +114,7 @@ After successful installation, the graphical user interface is available as `dat
112
114
computing (usage of multiple CPU cores).
113
115
114
116
115
-
## Programming library (Python package) usage
117
+
###Programming library (Python package) usage
116
118
117
119
After successful installation, the Python package is available as `dataintegrityfingerprint`:
118
120
@@ -298,3 +300,10 @@ Read-only property.
298
300
#### multiprocessing
299
301
300
302
Read-only property.
303
+
304
+
305
+
## Support and contribution
306
+
307
+
For any questions, please use the [discussion](https://github.com/expyriment/dataintegrityfingerprint-python/discussions) section from the code repository.
308
+
If you wish to contribute or report an issue, please use the [issue tracker](https://github.com/expyriment/dataintegrityfingerprint-python/issues) and
0 commit comments