File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
- Data Integrity Fingerprint (DIF )
2
- ================================
1
+ Data Integrity Fingerprint (Python implementation )
2
+ ===================================================
3
3
4
4
* Released under the MIT License*
5
5
6
6
Oliver Lindemann (oliver@expyriment.org ) & Florian Krause (florian@expyriment.org )
7
7
8
- Project homepage: https://github.com/expyriment/dataintegrityfingerprint-python
9
- General Documentation: http://expyriment.github.io/DIF
8
+ Documentation Data Integrity Fingerprint: http://expyriment.github.io/DIF
9
+
10
+ Python implementation: https://github.com/expyriment/dataintegrityfingerprint-python
10
11
11
12
12
13
Install
13
14
-------
14
15
15
16
```
16
- python3 -m pip install --index-url https://test.pypi.org/simple/ dataintegrityfingerprint
17
+ python -m pip install --index-url https://test.pypi.org/simple/ dataintegrityfingerprint
17
18
```
18
19
19
20
20
21
Run DIF GUI
21
22
-----------
22
23
23
24
```
24
- python3 -m dataintegrityfingerprint.gui
25
+ python -m dataintegrityfingerprint.gui
25
26
```
26
27
27
28
or if installed via pip:
@@ -35,7 +36,7 @@ DIF Command line interface
35
36
--------------------------
36
37
37
38
```
38
- python3 -m dataintegrityfingerprint.cli
39
+ python -m dataintegrityfingerprint.cli
39
40
```
40
41
41
42
or if installed via pip:
You can’t perform that action at this time.
0 commit comments