mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
Updated windows guide to recommend prompt-toolkit instead of pyreadline and how to enable it as the default shell.
This commit is contained in:
parent
3ac9ac807c
commit
d7f5545192
1 changed files with 6 additions and 6 deletions
|
@ -14,14 +14,14 @@ Next, install the other dependencies via ``pip``:
|
|||
> pip install ply
|
||||
> pip install prompt-toolkit
|
||||
|
||||
While Prompt-toolkit is considered an optional dependency, it's the
|
||||
recommended alternative to pyreadline for windows users.
|
||||
Once installed, you have to enable prompt-toolkit by adding the following to
|
||||
your ``~/.xonshrc`` file:
|
||||
While prompt-toolkit is considered an optional dependency, it's the
|
||||
recommended alternative to pyreadline for Windows users. Once installed,
|
||||
you have to enable prompt-toolkit by adding the following to your
|
||||
``~/.xonshrc`` file:
|
||||
|
||||
.. code-block:: bat
|
||||
.. code-block:: xonsh
|
||||
|
||||
$SHELL_TYPE = 'prompt_toolkit'
|
||||
$SHELL_TYPE = 'prompt_toolkit'
|
||||
|
||||
Download the latest `xonsh-master.zip`_ from github and unzip it
|
||||
to ``xonsh-master``.
|
||||
|
|
Loading…
Add table
Reference in a new issue