-
-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PR: Remove pexpect from windows requirements #139
Conversation
README.rst
Outdated
4. `Coloredlogs <https://github.com/xolox/python-coloredlogs>`_ | ||
5. `xterm.js <https://github.com/sourcelair/xterm.js>`_ | ||
3. `Coloredlogs <https://github.com/xolox/python-coloredlogs>`_ | ||
4. `xterm.js <https://github.com/sourcelair/xterm.js>`_ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change this:
- Mention that
pexpect
is needed on Linux and macOS. - Add
pywinpty
here, saying also that's only needed for Windows.
You also need to remove |
README.rst
Outdated
3. `Coloredlogs <https://github.com/xolox/python-coloredlogs>`_ | ||
4. `xterm.js <https://github.com/sourcelair/xterm.js>`_ | ||
3. `Pexpect <https://github.com/pexpect/pexpect>`_ (*nix Systems) | ||
4. `pywinpty <https://github.com/spyder-ide/pywinpty>` (Windows Systems) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a missing _
at the end ;-p:
..spyder-ide/pywinpty>_`
README.rst
Outdated
@@ -97,7 +97,8 @@ This project depends on | |||
|
|||
1. `Spyder <https://github.com/spyder-ide/spyder>`_ | |||
2. `Tornado <https://github.com/tornadoweb/tornado>`_ | |||
3. `Pexpect <https://github.com/pexpect/pexpect>`_ | |||
3. `Pexpect <https://github.com/pexpect/pexpect>`_ (*nix Systems) | |||
4. `pywinpty <https://github.com/spyder-ide/pywinpty>` (Windows Systems) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems my last comment was not registered correctly: please add a missing _
at the end here, i.e.
pywinpty <https://github.com/spyder-ide/pywinpty>`_ (Windows Systems)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please merge after everything is green.
Fixes #136