PredictMDFull provides users with a convenient way of installing PredictMD and all of its Julia dependencies. It is the recommended method of installing PredictMD.
Table of Contents |
---|
Installation |
PredictMDFull is registered in the Julia General registry. Therefore, to install PredictMDFull, simply open Julia and run the following four lines:
import Pkg
Pkg.activate("PredictMDEnvironment"; shared = true)
Pkg.add("PredictMDFull")
import PredictMDFull