From 175503734fec8b8a8f10830dc3c8411abd82a0f5 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 14 Apr 2013 14:32:43 -0400 Subject: [PATCH] README: Fix ipythonirc -> ipython-irc The name of the project is ipython-irc (because that's easier to read). The Python package name is 'ipythonirc' because hyphens aren't allowed in module names. --- README | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README b/README index 5fb67d1..ced1942 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -ipythonirc: An IRC iframe using webchat.freenode.net_ +ipython-irc: An IRC iframe using webchat.freenode.net_ Connect to freenode_ from IPython! @@ -11,12 +11,12 @@ Packages Gentoo ~~~~~~ -I've packaged ipythonirc for Gentoo. You need layman_ and my `wtk +I've packaged ipython-irc for Gentoo. You need layman_ and my `wtk overlay`_. Install with:: # emerge -av app-portage/layman # layman --add wtk - # emerge -av dev-python/ipythonirc + # emerge -av dev-python/ipython-irc Dependencies ------------ @@ -33,9 +33,9 @@ IPython_ ipython dev-python/ipython Installing by hand ------------------ -ipythonirc is available as a Git_ repository:: +ipython-irc is available as a Git_ repository:: - $ git clone git://github.com/wking/ipythonirc.git + $ git clone git://github.com/wking/ipython-irc.git See the homepage_ for details. To install the checkout, run the standard:: @@ -74,5 +74,5 @@ Copyright 2013 .. _Gentoo: http://www.gentoo.org/ .. _IPython: http://ipython.org/ .. _Git: http://git-scm.com/ -.. _homepage: http://github.com/wking/ipythonirc/ +.. _homepage: http://github.com/wking/ipython-irc/ .. _GNU General Public License Version 3: http://www.gnu.org/licenses/gpl.txt -- 2.26.2