Skip to content

Commit 9eba623

Browse files
authored
Merge pull request AllenDowney#88 from nouraellm/patch-1
Adding a note for more clarity
2 parents f9de5f7 + e378f9c commit 9eba623

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

code/find_duplicates.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ def compute_checksum(filename):
3838
3939
filename: string
4040
"""
41+
# Note: installing md5sha1sum is required
42+
4143
cmd = 'md5sum ' + filename
4244
return pipe(cmd)
4345

0 commit comments

Comments
 (0)