6.1 Installing a Package

This chapter will require you to install the package UI-Shapes.pck.st, it is part of the Cuis-Smalltalk-UI project. To fetch this package from the web, you have two options:

  1. Grab the file UI-Shapes.pck.st and save it in the same folder as your Cuis-Smalltalk image file.
  2. In the Cuis-Smalltalk image folder, clone its Git repository:
    git clone git@github.com:Cuis-Smalltalk/Cuis-Smalltalk-UI.git
    

    Along the UI-Shapes.pck.st packages there are other ones you can also discover in this repository.

Once done, in a Workspace execute the code to install the package:

Feature require: 'UI-Shapes'

Your Cuis-Smalltalk environment is now equiped for the next sections of this chapter.