Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 357 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 357 Bytes

BSC-Quantic's Julia Registry

This is BSC-Quantic's public registry of Julia packages. In order to make our packages downloadable for you, run the following command in a Julia session:

# in REPL's Pkg mode
]registry add https://github.com/bsc-quantic/Registry

# using Pkg
using Pkg
pkg"registry add https://github.com/bsc-quantic/Registry"