QEDjl-project / QEDevents.jl

[WIP] QEDevents.jl: Monte-Carlo event generation for QED.jl
https://qedjl-project.github.io/QEDevents.jl/stable/
MIT License
1 stars 4 forks source link

QEDevents

Doc Stable Doc Dev Code Style: Blue

Installation

To install the current stable version of QEDevents.jl you may use the standard julia package manager within the julia REPL

julia> using Pkg

julia> Pkg.add("QEDevents")

or you use the Pkg prompt by hitting ] within the Julia REPL and then type

(@v1.10) pkg> add QEDevents

To install the locally downloaded package on Windows, change to the parent directory and type within the Pkg prompt

(@v1.10) pkg> add ./QEDevents.jl