A package to run the Spine energy system integration model.
Julia <= 1.1 does not allow to set unregistered packages as dependencies. Until that changes (hopefully pretty soon, see here), one needs to install the unregistered dependency, in this case SpineInterface, by hand.
From the Julia REPL, press the key ] to enter the Pkg-REPL mode, then run
(v1.0) pkg> add https://github.com/Spine-project/SpineInterface.jl.git
(v1.0) pkg> add https://github.com/Spine-project/Spine-Model.gitTo upgrade to the most recent version, enter the Pkg-REPL mode and run
(v1.0) pkg> up SpineModelIn julia, run
using SpineModel
See CONTRIBUTING.md
Spine Model is licensed under GNU Lesser General Public License version 3.0 or later.