Installation
Follow the steps below to install the package
- Clone the repository
git clone https://github.com/biplab37/FRGn.git
- Add the file path to the PATH of julia.
julia> push!(LOAD_PATH,location/to/the/file)
One should add this line to the file ~/.julia/config/startup.jl
to avoid running the command in each Julia session.
- After that you can add this package
julia> ]add FRGn
- To import or use the functions in the package
julia> using FRGn