Skip to content

Commit

Permalink
Added reference to pip (PyPI) installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Whitehall committed Apr 13, 2014
1 parent 56acedf commit e527905
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@
IPython Bell is a simple magic for IPython, which notifies the user when the current line/cell has finished execution. This is particularly useful for long tasks. This also works in IPython QT and IPython Notebook. It can also notify you via. OS X Notification Center.

## Installation
IPython bell can be installed as a standard Python package: `cd ipython-bell/ && python setup.py install`
IPython bell can be installed as a standard Python package: either from PyPI:

pip install IPythonBell

or from git:

git clone http://github.com/samwhitehall/ipython-bell.git
cd ipython-bell/
python setup.py install

This can be imported into an IPython shell session using either: `import ipybell` or `%load_ext ipybell`

Expand Down

0 comments on commit e527905

Please sign in to comment.