Skip to content

Install

Martín Dias edited this page Jul 18, 2026 · 12 revisions

Load Toplo master branch in current stable Pharo with:

EpMonitor disableDuring: [
    Metacello new
        baseline: 'Toplo';
        repository: 'github://pharo-graphics/Toplo:master/src';
        load ]

Add this project to your Baseline with:

spec baseline: 'Toplo' with: [ spec repository: 'github://pharo-graphics/Toplo:v0.10.0/src' ].

Clone this wiki locally