User:Mchua/Braindumps/Pippy

From OLPC
< User:Mchua‎ | Braindumps
Revision as of 12:01, 20 December 2009 by Cjl (talk | contribs) (Walter's rectum 21/Braindumps/Pippy moved to User:Mchua/Braindumps/Pippy over redirect: revert)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Installing

On an XO

Pippy should be installed by default. It is the Activity with an icon that looks like a snake.

If for some reason you do not have Pippy, you can get it by going to the Activities page and clicking on the Pippy-20.xo link (or the link at left, if you are online right now) and starting the download from the Journal to run it for the first time (it should show up on the bottom of the frame in Home view after that).

On non-XO computers

Get Sugar Emulation working on your laptop, then (from within the emulator) follow the directions above.

Developing

Creating samples

The simplest way to contribute to Pippy is to create (or modify existing) samples of Python code that do interesting things. You can write them directly on a section on the Pippy page. (See there for examples.)

Getting the source

  1. Install Git
  2. In the directory you want the source files in, run in a terminal:
    git-clone git://dev.laptop.org/projects/pippy-activity

A tour of Pippy's source