added mention of numpy requirement

This commit is contained in:
James Tauber 2012-07-23 04:18:42 -04:00
parent 1de396334e
commit 6a818ae8ac
1 changed files with 2 additions and 1 deletions

View File

@ -32,4 +32,5 @@ The only I/O supported is the keyboard and screen but 40-column text, LORES
and HIRES graphics are all supported.
ApplePy currently requires Pygame (although there is a minimal applepy_curses.py
that uses curses to display text mode only).
that uses curses to display text mode only) and numpy (just for an array for
speaker sounds)