InPhyNet.jl logo
InPhyNet.jl
  • Home
  • Installation
    • Install Julia
    • Install InPhyNet
  • Walkthrough
    • Introduction
    • Estimate a pairwise distance matrix
    • Choosing your subsets
    • Inferring constraint networks
    • Constructing the full network
  • Documentation
Version
  • Installation
  • Installation
GitHub

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")
« HomeIntroduction »

Powered by Documenter.jl and the Julia Programming Language.

Settings


This document was generated with Documenter.jl version 1.11.4 on Thursday 5 June 2025. Using Julia version 1.11.5.