How to add our own julia module/package in atom

Hi,

I am new to Julia and I have made a package. Now I want to use this package in a julia file but when I write “using my package name” I encounter the following error:

ArgumentError: Package ActiveBrownianGen not found in current path:

  • Run import Pkg; Pkg.add("ActiveBrownianGen") to install the ActiveBrownianGen package.
    require(::Module, ::Symbol) at loading.jl:893

Can you guide me what to do?