/JuKeBOX.jl

Primary LanguageJuliaMIT LicenseMIT

JuKeBOX

Stable Dev Build Status Coverage Code Style: Blue ColPrac: Contributor's Guide on Collaborative Practices for Community Packages

Installation

Currently JuKeBOX is not a registered package and depend on an additional non-registered package. This makes installation a little more complicated than it needs to be and will be fixed in the future. To install JuKeBOX do the following:

  1. Install a forked version of Elliptic.jl from ()[https://github.com/ptiede/Elliptic.jl]. Specifically we need the extension branch which will make JuKeBOX differentiable. To do this go into the Julia repl press ] to enter Pkg mode and type
add "https://github.com/ptiede/Elliptic.jl#extension"

To add the correct branch

  1. Add JuKeBOX while in the Pkg mode by typing
    add "https://github.com/ptiede/JuKeBOX.jl"

This will download the main branch which should work