mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
Merge pull request #401 from jsarver/update_windows_guide
Updated windows guide to recommend prompt-toolkit instead of pyreadl…
This commit is contained in:
commit
643095b06a
1 changed files with 10 additions and 1 deletions
|
@ -12,7 +12,16 @@ Next, install the other dependencies via ``pip``:
|
|||
.. code-block:: bat
|
||||
|
||||
> pip install ply
|
||||
> pip install pyreadline
|
||||
> 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:
|
||||
|
||||
.. code-block:: xonsh
|
||||
|
||||
$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