Gregg Williams wrote
> I want to load third-party packages and read their source code. What's the
> best way to do
In general, the best way is via Metacello, Pharo's dependency manager. This
will automatically load the required packages, avoiding the errors you
encountered. Metacello provides Bas
In order to load the Citezen package, you can use the Catalog.
Open Tools >> catalog browser and select Citezen package in order to load
it.
On Tue, Jun 5, 2018 at 6:14 AM Gregg Williams
wrote:
> Hi--another question, this time on loading an external package into Pharo.
>
> I want to do some
Hi--another question, this time on loading an external package into Pharo.
I want to do some work manipulating text, so I thought I would start by reading
the source code for an existing package that works on text.
Here's what I did:
On smalltalkhub.com, I found a package called Citezen, from t