Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 900 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 900 Bytes

ObservableCollector

Build Status

Requirements

julia >= 1.0

Installation

The package is registered and versioned in my own repository:

]registry add https://github.com/skleinbo/JuliaRegistry.jl
registry up
add ObservableCollector

This way you will receive updates when a new version is tagged.

Alternatively, clone it directly from here

]add https://github.com/skleinbo/ObservableCollector.jl

You will then automatically track the master branch.

Usage

See the documentation for a working example.