Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.44 KB

File metadata and controls

33 lines (26 loc) · 1.44 KB

T6SSModellingStochasticTimerRW

Stable Dev Build Status Coverage

Installation

This package depends on two other unregistered packages which I wrote, Telegraph.jl and RandomWalker.jl. To install this package, T6SSModellingStochasticTimerRW.jl open julia in your preferred way.

REPL

] add https://github.com/fieldofnodes/Telegraph.jl
] add https://github.com/fieldofnodes/RandomWalker.jl
] add https://github.com/fieldofnodes/T6SSModellingStochasticTimerRW.jl

Script

using Pkg
Pkg.add(url = "https://github.com/fieldofnodes/Telegraph.jl")
Pkg.add(url = "https://github.com/fieldofnodes/RandomWalker.jl")
Pkg.add(url = "https://github.com/fieldofnodes/T6SSModellingStochasticTimerRW.jl")

Once complete run

using Telegraph
using RandomWalker
using T6SSModellingStochasticTimerRW