Skip to content

tjungni/QEDevents.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

# add local registry, where QEDevents is registered
julia> Pkg.Registry.add(Pkg.RegistrySpec(url="https://github.com/QEDjl-project/registry"))
# add general registry again to have it join the local registry
julia> Pkg.Registry.add(Pkg.RegistrySpec(url="https://github.com/JuliaRegistries/General"))

julia> Pkg.add("QEDevents")

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

# add local registry, where QEDevents is registered
(@v1.9) pkg> registry add https://github.com/QEDjl-project/registry
# add general registry again to have it join the local registry
(@v1.9) pkg> registry add https://github.com/JuliaRegistries/General

(@v1.9) pkg> add QEDevents

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

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Julia 100.0%