Skip to content
Domenico Cipriani edited this page Dec 16, 2025 · 2 revisions

Welcome to the Coypu wiki!

Installation

To have Coypu working in your Pharo image, follow the next steps:

  1. Download a new Pharo image. (At the moment of this writing, Coypu was tested in Pharo 11, 12 and 13.)

  2. Load the project in your image using Metacello, copy and execute in a Playground this installation script:

Metacello new
    baseline: 'Coypu';
    repository: 'github://lucretiomsp/coypu:master';
    load

Clone this wiki locally