Installation
ResizableArrays
is an offical Julia package so you just have to type:
pkg> add ResizableArrays
at Julia package manager prompt (at the REPL of Julia, hit the ]
key to switch to the package manager prompt and hit the BackSpace
key to return to Julia's prompt).
If you want to stick to the master branch, do:
pkg> add ResizableArrays#master
instead.