From c7bf96e6897f496327c9c1460f610a0fb4aca831 Mon Sep 17 00:00:00 2001 From: Takafumi Arakaki Date: Fri, 11 May 2012 00:12:16 +0200 Subject: [PATCH] Improve usage section in README --- README.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 3c3c0c9..2b3b779 100644 --- a/README.rst +++ b/README.rst @@ -37,13 +37,15 @@ Usage ===== 1. Install module. - Put Emacs lisp files start with ``ein`` in your load path. + Put Emacs lisp ``ein*.el`` files in your load path. 2. Require module:: (require 'ein) -3. Hit ``M-x ein:notebooklist-open`` to open notebook list. +3. Start `IPython notebook server`_. - Of course, you need to start IPython notebook server before calling - this command. +4. Hit ``M-x ein:notebooklist-open`` to open notebook list. + +.. _`IPython notebook server`: + http://ipython.org/ipython-doc/stable/interactive/htmlnotebook.html