We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed4912e commit b20102dCopy full SHA for b20102d
1 file changed
setup.py
@@ -7,8 +7,8 @@
7
version = fh.readlines()[-1].split()[-1].strip("\"'")
8
9
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')
+ print('Please install this package with pip: `pip install -e .` '
+ 'Installation requires pip>=10.0.')
12
sys.exit(1)
13
14
setuptools.setup(name="openml",
0 commit comments