Skip to content

Commit ee59974

Browse files
committed
[README.md] update git clone install instructions
adds recommendation to use requirements.txt file
1 parent e3aedcf commit ee59974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ $ pip3 install fdiff
6464
```
6565
$ git clone https://github.com/source-foundry/fdiff.git
6666
$ cd fdiff
67-
$ pip3 install .
67+
$ pip3 install -r requirements.txt .
6868
```
6969

7070
### Developer install from source

0 commit comments

Comments
 (0)