InstallationΒΆ

At the command line:

$ pip install yaql

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv yaql
$ pip install yaql

Previous topic

YAQL - Yet Another Query Language

Next topic

Usage

This Page