Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 887 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 887 Bytes

PrymGreen

Build Status Coverage Status codecov

A Julia package for computations related to the Prym-Green conjecture.

To build PrymGreen.jl, start Julia and then type:

julia> using Pkg
julia> singular_url = "https://github.com/oscar-system/Singular.jl"
julia> Pkg.add(PackageSpec(url = singular_url))
julia> prymgreen_url = "https://github.com/steenpass/PrymGreen.jl"
julia> Pkg.add(PackageSpec(url = prymgreen_url))

To use PrymGreen.jl, start Julia and then type:

julia> using PrymGreen