diff options
author | siddharth <s@ricketyspace.net> | 2022-03-31 01:24:52 -0400 |
---|---|---|
committer | siddharth <s@ricketyspace.net> | 2022-03-31 01:24:52 -0400 |
commit | 1b344a4cf4481dc41b5dab81d9cbb2e44aca43ee (patch) | |
tree | 11caf253b69e9047303ab14f5fa90e3276f8a2c5 | |
parent | 4fc517edfb8a71172b8dd01239d7f4f5c2203e13 (diff) |
README.org: add note about racket dependencies
-rw-r--r-- | README.org | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -6,3 +6,9 @@ the =net= directory. Exercises from 2.44 are written in Racket. These are under the =ex= directory. +Racket dependencies: + +#+begin_src sh +raco pkg install sicp +raco pkg install rackunit +#+end_src |