Getting Started

Installation

Current release is 0.9.1.

From PyPI

$ pip install makrell

Install latest version from GitHub

The code is hosted on GitHub at https://github.com/hcholm/makrell-py .

Direct installation:

$ pip install git+https://github.com/hcholm/makrell-py

From a local clone:

$ git clone https://github.com/hcholm/makrell-py
$ cd makrell-py
$ pip install .

Running Code

MakrellPy REPL usage

$ makrell
> 2 + 3
5
> [2 3 5] | sum
10

Run a MakrellPy script

$ makrell myscript.mr