Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.69 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.69 KB

Schistoxpkg

Go to https://mattg3004.github.io/Schistoxpkg.jl/dev/ for documentation

Installation

The package can be installed with the Julia package manager. From the Julia REPL, type ] to enter the Pkg REPL mode and run:

pkg> add Schistoxpkg

Alternatively directly from Julia REPL run:

julia> using Pkg
julia> Pkg.add("Schistoxpkg")

Additionally, there is an issue with the save and load package JLD, which will produce an error if you have the latest versions of all libraries installed. To get around this problem, you need to install a previous version "HFD5_jll" library as follows:

julia> Pkg.add(Pkg.PackageSpec(;name="HDF5_jll", version="1.10.5"))

Stable Dev

Build Status Build Status

Codecov

Shield: CC BY 4.0

This work is licensed under a Creative Commons Attribution 4.0 International License.

CC BY 4.0