plasmo-dev / Plasmo.jl

A Platform for Scalable Modeling and Optimization
Other
150 stars 21 forks source link

Need to update install instructions #14

Closed etatara closed 4 years ago

etatara commented 4 years ago

The readme indicates using Pkg.add("Plasmo.jl"), however this does not work. Pkg.add("Plasmo") does work but installs v.0.2. To clone the latest master with Julia 1.4.2+, the following is needed:

Pkg.add(PackageSpec(url="https://github.com/zavalab/Plasmo.jl"))

jalving commented 4 years ago

Thanks for catching this Eric. In order to fix Pkg.add("Plasmo.jl"), I just need to finish updating the compatibility section in the Project file. Then the Julia registry will accept v0.3.0. I should have this done tomorrow.

jalving commented 4 years ago

Can you try adding Plasmo again? It should pull v0.3.0 now.

etatara commented 4 years ago

Yes, using Pkg.add("Plasmo") does install v.0.3. I suggest updating the README.md since it says to use Pkg.add("Plasmo.jl") - and I don;t think that worked with v.0.2 either.

jalving commented 4 years ago

Nice catch, I went ahead and fixed that in the master. Plasmo.jl installation seems to be working as intended now.