Skip to content

Commit

Permalink
note Tornado dependency (thanks @viralshah)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Aug 9, 2013
1 parent 217f1aa commit b9748d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ the next few months.

* To use the [IPython notebook](http://ipython.org/notebook.html) interface, which runs in your web
browser and provides a rich multimedia environment, you will need
to install the [Jinja2](http://jinja.pocoo.org/docs/) Python package.
(Given the [pip](http://www.pip-installer.org/en/latest/) installer, `pip install jinja2` should be sufficient.)
to install the [Jinja2](http://jinja.pocoo.org/docs/) and [Tornado](http://www.tornadoweb.org/en/stable/) Python packages.
(Given the [pip](http://www.pip-installer.org/en/latest/) installer, `pip install jinja2 tornado` should be sufficient.)

* To use the [IPython qtconsole](http://ipython.org/ipython-doc/dev/interactive/qtconsole.html) interface, you will need to install [PyQt4](http://www.riverbankcomputing.com/software/pyqt/download) or [PySide](http://qt-project.org/wiki/Category:LanguageBindings::PySide).

Expand Down

2 comments on commit b9748d7

@Keno
Copy link
Member

@Keno Keno commented on b9748d7 Aug 9, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you meant @ViralBShah

@stevengj
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops, yep.

Please sign in to comment.