Skip to content

2. Installation

Oleksandr Zaytsev edited this page Jan 10, 2018 · 1 revision

The following script installs DataFrame and its dependencies into a Pharo image. Along with all the other code blocks in this tutorial, this script has been tested on Pharo-6.1 and Pharo64-6.1 for both Linux and OSX, and Pharo-6.1 for Windows.

Metacello new
  baseline: 'DataFrame';
  repository: 'github://PolyMathOrg/DataFrame';
  load.

Tutorial

  1. Installation
  2. Creating DataSeries
Clone this wiki locally