Skip to content

Commit b20102d

Browse files
committed
Minor text fixes.
1 parent ed4912e commit b20102d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
version = fh.readlines()[-1].split()[-1].strip("\"'")
88

99
if len(sys.argv) > 1 and sys.argv[1] == 'install':
10-
print('Please install this package with pip: `pip install -e .`'
11-
'Installation requires pip>=10.0')
10+
print('Please install this package with pip: `pip install -e .` '
11+
'Installation requires pip>=10.0.')
1212
sys.exit(1)
1313

1414
setuptools.setup(name="openml",

0 commit comments

Comments
 (0)