Skip to content

JuliaPluto/Malt.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Malt.jl

Malt is a multiprocessing package for Julia. You can find more information on the documentation.

Installation

You can install Malt using the Pkg mode in the Julia REPL.

pkg> add Malt

Or using Pkg.jl directly

import Pkg
Pkg.add("Malt")