Skip to content
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

Add Windows support #631

Closed
wants to merge 7 commits into from
Closed

Add Windows support #631

wants to merge 7 commits into from

Commits on Dec 6, 2019

  1. Update setup.py

    Add colorama and pyreadline to the dependency list if the running operating system is Windows.
    WandersonGN committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    9e0629f View commit details
    Browse the repository at this point in the history
  2. Update interpreter.py

    Initialize colorama if the running operating system is Windows, so colored output can be correctly displayed to Windows's command prompt.
    WandersonGN committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    58eee54 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Add "Additional requirements for Windows" subsection to "Requirements";
    Add "Installation on Windows" subsection to "Installation".
    WandersonGN committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    cdd0256 View commit details
    Browse the repository at this point in the history
  4. Update setup.py

    WandersonGN committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    4ecdf6d View commit details
    Browse the repository at this point in the history
  5. Update interpreter.py

    WandersonGN committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    1ce4913 View commit details
    Browse the repository at this point in the history
  6. Update interpreter.py

    Prevent is_libedit from raising "Type Error: argument of type 'NoneType' is not iterable" when running on Windows with pyreadline instead of default readline module.
    WandersonGN committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    d9756f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Configuration menu
    Copy the full SHA
    3de707d View commit details
    Browse the repository at this point in the history