From 5a4098ffec8894e9e4ea697b2bcde866925023c8 Mon Sep 17 00:00:00 2001 From: John Clements Date: Tue, 1 Jan 2013 10:40:40 -0800 Subject: [PATCH] added docs on requiring planet2 modules --- collects/planet2/scribblings/planet2.scrbl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/collects/planet2/scribblings/planet2.scrbl b/collects/planet2/scribblings/planet2.scrbl index e9e565a10d..8f3dc07b4d 100644 --- a/collects/planet2/scribblings/planet2.scrbl +++ b/collects/planet2/scribblings/planet2.scrbl @@ -200,6 +200,21 @@ imply a change in the @tech{checksum}. @section{Using Packages} +Modules installed using the Racket package manager +may be @tech{require}d like any other +modules. For instance, if the package @pkgname{tic-tac-toe} contains +the module file @filepath{data/matrix.rkt}, then package users +who have this package installed may evaluate + +@racketblock[(require data/matrix)] + +...to require this module. + +@; ---------------------------------------- + +@section{Managing Packages} + + The Racket package manager has two user interfaces: a command line @exec{raco} sub-command and a library. They have the exact same capabilities, as the command line interface invokes the library functions and