mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
Remove PyReadline as a install requirement on Windows
This commit is contained in:
parent
78ee21e533
commit
b05806e553
4
setup.py
4
setup.py
@ -285,9 +285,7 @@ install_requires = []
|
||||
if sys.platform == 'darwin':
|
||||
if any(arg.startswith('bdist') for arg in sys.argv) or not setupext.check_for_readline():
|
||||
install_requires.append('gnureadline')
|
||||
elif sys.platform.startswith('win'):
|
||||
# Pyreadline has unicode and Python 3 fixes in 2.0
|
||||
install_requires.append('pyreadline>=2.0')
|
||||
|
||||
|
||||
if 'setuptools' in sys.modules:
|
||||
# setup.py develop should check for submodules
|
||||
|
Loading…
Reference in New Issue
Block a user