Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 8a34aca

Browse files
committed
add quotes in pip install instruction
1 parent 9914a6d commit 8a34aca

File tree

1 file changed

+1
-1
lines changed
  • data_diff/sqeleton/databases

1 file changed

+1
-1
lines changed

data_diff/sqeleton/databases/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def _inner():
6363
except ModuleNotFoundError as e:
6464
s = text
6565
if package:
66-
s += f"Please complete setup by running 'pip install data_diff[{package}]'."
66+
s += f"Please complete setup by running: pip install 'data_diff[{package}]'."
6767
raise ModuleNotFoundError(f"{e}\n\n{s}\n")
6868

6969
return _inner

0 commit comments

Comments
 (0)