Just pip-install it:
$ pip install tshistory_refineryCreate first a postgresql database:
$ createdb my_time_seriesThen initialize the database schema:
$ tsh init-db postgresql:///my_time_series --no-dry-runLast item: we need a configuration file refinery.cfg in the home
directory, containing:
[db]
uri = postgresql:///my_time_series