This is a command line tool for EquationsOfState.jl
.
Install the master
branch:
julia> using Pkg
julia> Pkg.add("https://github.com/MineralsCloud/CommandLineEquationsOfState.jl")
Install the develop
branch:
julia> using Pkg
julia> Pkg.add("https://github.com/MineralsCloud/CommandLineEquationsOfState.jl#develop")