Fix README and document

This commit is contained in:
Takafumi Arakaki 2012-09-28 01:23:30 +02:00
parent 3cbdff6ee5
commit c620c474cb
2 changed files with 14 additions and 8 deletions

View file

@ -87,12 +87,15 @@ This is a quick and clean way to try EIN separately from your Emacs
setting. If you want to try EIN but think preparing all the
requirements is too much, try this!::
git clone git://github.com/tkf/zeroein.git
zeroein/zeroein.py
git clone git://github.com/tkf/emacs-ipython-notebook.git
lisp/zeroein.el
This will launch a new Emacs instance. For more information, see::
This will launch a new Emacs instance.
zeroein/zeroein.py --help
You can use environment variable ``EMACS`` to control Emacs executable
to use.::
EMACS=emacs-snapshot lisp/zeroein.el
Requirements

View file

@ -71,12 +71,15 @@ This is a quick and clean way to try EIN separately from your Emacs
setting. If you want to try EIN but think preparing all the
requirements is too much, try this!::
git clone git://github.com/tkf/zeroein.git
zeroein/zeroein.py
git clone git://github.com/tkf/emacs-ipython-notebook.git
lisp/zeroein.el
This will launch a new Emacs instance. For more information, see::
This will launch a new Emacs instance.
zeroein/zeroein.py --help
You can use environment variable ``EMACS`` to control Emacs executable
to use.::
EMACS=emacs-snapshot lisp/zeroein.el
Requirements