Installing the module

Installing the module

The module can be added or cloned from GitHub: https://github.com/rbontekoe/RbO.jl.

Example of adding the module

StepActionComment
1julia> ]Open Package manager.
2(v1.1) pkg> add https://github.com/rbontekoe/RbO.jlAdd RbO.jl
3(v1.1) pkg> Ctrl-CReturn to Julia.
4julia> using RbOActivate RbO.

Example of cloning the module

StepActionComment
1$ mkdir julia_projects
2$ cd julia_projects
3$ git clone https://github.com/rbontekoe/RbO.jl.gitDownload the package RbO.
4$ cd RbO.jlGo to RbO.jl directory.
5$ juliaStart Julia
6julia> push!(LOAD_PATH, "/home/rob/julia_projects/RbO.jl/src/")Declare path.
7julia> using RbOActivate package