mirror of
https://github.com/jupyter/notebook.git
synced 2024-11-27 03:20:27 +08:00
mention that pexpect ships in IPython.external
and only check for it on posix
This commit is contained in:
parent
0ec7cf1b30
commit
22c5e3ec2b
@ -452,6 +452,7 @@ def check_for_dependencies():
|
||||
check_for_sphinx()
|
||||
check_for_pygments()
|
||||
check_for_nose()
|
||||
if os.name == 'posix':
|
||||
check_for_pexpect()
|
||||
check_for_pyzmq()
|
||||
check_for_tornado()
|
||||
|
Loading…
Reference in New Issue
Block a user