2016-04-06 18:31:19 -04:00
Dependencies
============
Xonsh currently has the following external dependencies,
*Run Time:*
#. Python v3.4+
2016-06-17 16:57:43 +03:00
#. PLY (optional, included with xonsh)
2016-09-29 22:57:18 -04:00
Pip supports "extra" dependendcies in the form of `` xonsh[ptk,linux] `` , where the list in the brackets identify the optional featues
Xonsh currently has the following extras
#. `` ptk `` : prompt-toolkit, `pygments` :
2016-06-17 16:57:43 +03:00
*advanced readline library, syntax-highlighting, line-editing*
2016-09-29 22:57:18 -04:00
#. `` proctitle `` : setproctitle: *change the title of terminal to reflect the current subprocess*
#. `` linux `` : distro: *linux specific platform information*
#. `` mac `` : gnureadline: *GNU's featureful version of readline*
#. `` win `` : win_unicode_console: *enables the use of Unicode in windows consoles*
In addition, xonsh integrates with Jupyter, an in-browser REPL, enabling the use of xonsh in jupyter notebooks
2016-04-06 18:31:19 -04:00
2016-09-29 22:57:18 -04:00
Development Dependencies
2016-10-25 11:11:07 -04:00
========================
2016-04-06 18:31:19 -04:00
2016-09-29 22:57:18 -04:00
If you want to develop xonsh, it is extremely recommended to install the depdencies listed in `requirements-docs.txt <https://github.com/xonsh/xonsh/blob/master/requirements-docs.txt> `_ (to generate documentation) and `requirements-tests.txt <https://github.com/xonsh/xonsh/blob/master/requirements-tests.txt> `_ (to run the test suite).