[plt-scheme] PlaneT, plts and distributing software.

From: Jacob Matthews (jacobm at cs.uchicago.edu)
Date: Tue Oct 25 08:49:53 EDT 2005

On Oct 24, 2005, at 10:54 PM, Pupeno wrote:

> - How do I download a package from PlaneT ? I am interested in  
> Schemeunit, the
> only version that seems to work is the one at PlaneT.

You just use it, using the require line listed on the planet web  
page. In whatever program you want to use SchemeUnit, you just put:

(require (planet "test.ss" ("schematics" "schemeunit.plt" 1 1)))

and DrScheme will download and install the package, install  
documentation, etc automatically.

-jacob


Posted on the users mailing list.