openbsd-ports/devel/ipython/pkg
jasper f6456fbfd2 fixup an old XXX by adjusting EXAMPLES_DIR; it's been long enough for people
to have updated their packages.

ok edd@ (MAINTAINER)
2014-07-21 08:59:10 +00:00
..
DESCR
PLIST fixup an old XXX by adjusting EXAMPLES_DIR; it's been long enough for people 2014-07-21 08:59:10 +00:00
README

$OpenBSD: README,v 1.1 2013/06/06 08:49:55 edd Exp $

+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
+-----------------------------------------------------------------------

Soft Dependencies
=================

There are a few "soft dependencies" that are not pulled in by default. We
describe these here.

Using QTConsole Mode
--------------------

To use the interactive QT console, install py-qt4 before running:
  $ ipython qtconsole

Sympy
-----

For symbolic algebra support, install py-sympy.

Various Event Loops
-------------------

There are various event loops whose dependencies are soft:

 - GTK		Requires py-gtk2.
 - Pyglet	Requires pyglet.
 - QT4		Requires py-qt4.
 - WXWidgets	Requires py-wxPython.
 - Glut		Requires py-opengl.