Install Julia
Julia is a high-level interactive programming language with C-like runtime speeds. To download and install Julia, following the instructions here. For a quick introduction to Julia, see this article from Learn X in Y minutes.
Install InPhyNet
To install InPhyNet
, simply open an interactive Julia session and type the following:
using Pkg
Pkg.add("https://github.com/NathanKolbow/InPhyNet.jl")