Install and Use Actors

Actors requires at least Julia 1.6.

You enter pkg>-mode by typing ] in the Julia REPL. Then you can install the current stable, registered version with

pkg> add Actors

The development version is installed with:

pkg> add "https://github.com/JuliaActors/Actors.jl"

You can then use it for your work:

julia> using Actors
julia> Actors.versionv"0.2.5"