mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-05 17:11:41 -05:00
Update requirements section of README.rst
This commit is contained in:
parent
af0fdf7714
commit
22e9190bfa
1 changed files with 12 additions and 3 deletions
15
README.rst
15
README.rst
|
@ -12,13 +12,22 @@ Screenshot
|
|||
:alt: Plotting in Emacs IPython Notebook
|
||||
|
||||
|
||||
Requirement
|
||||
===========
|
||||
Requirements
|
||||
============
|
||||
|
||||
* IPython_ **0.12.1**: EIN won't work with older versions.
|
||||
* `websocket.el`_
|
||||
* (optional) mumamo_:
|
||||
You will need to load nXhtml_ *before* loading ein.el.
|
||||
It will be automatically loaded when it is on the path.
|
||||
The official way to setup path is to load nXhtml_.
|
||||
So you will need to load nXhtml_ *before* loading EIN.
|
||||
* (optional) markdown-mode
|
||||
* (optional) python-mode:
|
||||
It should work with either python.el or python-mode.el.
|
||||
|
||||
EIN is currently tested in Emacs 24.
|
||||
|
||||
.. _IPython: http://ipython.org/
|
||||
.. _websocket.el: https://github.com/ahyatt/emacs-websocket
|
||||
.. _mumamo: http://www.emacswiki.org/emacs/MuMaMo
|
||||
.. _nXhtml: http://ourcomments.org/Emacs/nXhtml/doc/nxhtml.html
|
||||
|
|
Loading…
Add table
Reference in a new issue