Skip to content

Commit 3279650

Browse files
authored
Update README.md
1 parent a30b0ca commit 3279650

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,28 @@
1-
Data Integrity Fingerprint (DIF)
2-
================================
1+
Data Integrity Fingerprint (Python implementation)
2+
===================================================
33

44
*Released under the MIT License*
55

66
Oliver Lindemann (oliver@expyriment.org) & Florian Krause (florian@expyriment.org)
77

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
1011

1112

1213
Install
1314
-------
1415

1516
```
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
1718
```
1819

1920

2021
Run DIF GUI
2122
-----------
2223

2324
```
24-
python3 -m dataintegrityfingerprint.gui
25+
python -m dataintegrityfingerprint.gui
2526
```
2627

2728
or if installed via pip:
@@ -35,7 +36,7 @@ DIF Command line interface
3536
--------------------------
3637

3738
```
38-
python3 -m dataintegrityfingerprint.cli
39+
python -m dataintegrityfingerprint.cli
3940
```
4041

4142
or if installed via pip:

0 commit comments

Comments
 (0)