[plt-scheme] PlaneT, plts and distributing software.
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