Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 284 Bytes

installation.md

File metadata and controls

15 lines (13 loc) · 284 Bytes

Installation

To install from REPL

julia> ]add https://github.com/biplab37/FRGn.git

Or, using Pkg

import Pkg; Pkg.add(url="https://github.com/biplab37/FRGn.git")
  • To import or use the functions in the package
julia> using FRGn