I am trying to load the CoolProp package for windows for Julia 1.6.3 as below but get an error, as below. Could someone guide me through the steps.
Thanks,
Peter
# Test CoolProp
import Pkg
Pkg.clone("https://github.com/vimalaad/CoolProp.jl.git")
Pkg.build("CoolProp") # to download the latest binaries
ERROR: LoadError: UndefVarError: clone not defined
Stacktrace:
[1] getproperty(x::Module, f::Symbol)
@ Base .\Base.jl:26
[2] top-level scope
@ c:\Users\peter\Documents\Julia_Code\GH_Model_Final\Test CoolProp.jl:3
in expression starting at c:\Users\peter\Documents\Julia_Code\GH_Model_Final\Test CoolProp.jl:3
Hi,
I am trying to load the CoolProp package for windows for Julia 1.6.3 as below but get an error, as below. Could someone guide me through the steps.
Thanks,
Peter