BBN-Q / Instruments.jl

Instrument control in Julia
Other
39 stars 23 forks source link

Installation via registry not possible anymore #15

Closed casabre closed 4 years ago

casabre commented 4 years ago

The installation with Pkg.add("Instruments") is not working because the package is not listed in the registry anymore.

As a workaround, one has to install it with

pkg> add https://github.com/BBN-Q/Instruments.jl
matthewware commented 4 years ago

I'd been waiting from some time for the package to get merged into the registry. Let me see if I can resubmit.

matthewware commented 4 years ago

https://github.com/JuliaRegistries/General/pull/14210

We'll see if we have better luck this time.

casabre commented 4 years ago

@matthewware I wasn't aware of that. Thanks for resubmitting and currently, the direct URL adding works for me too. It was just confusing in the beginning. Thanks a lot.

matthewware commented 4 years ago

I believe the package is registered again and you should be able to install directly through the package manager. Let me know if you still have issues.

casabre commented 4 years ago

It is working now! Thanks for resubmitting. Is the R&S supplementation included in that version .0.2.0?

matthewware commented 4 years ago

Yes, It should pull from the R&S commit.