An open API service indexing awesome lists of open source software.

https://github.com/bcbi/predictmdfull.jl


https://github.com/bcbi/predictmdfull.jl

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# PredictMDFull - Install PredictMD and all of its dependencies







Bors enabled





PredictMDFull provides users with a convenient way of installing
[PredictMD](https://predictmd.net) and all of its Julia dependencies. It is
the recommended method of installing PredictMD.

| Table of Contents |
| ----------------- |
| [Installation](#installation) |

## Installation

PredictMDFull is registered in the Julia General registry. Therefore, to
install PredictMDFull, simply open Julia and run the following four lines:
```julia
import Pkg
Pkg.activate("PredictMDEnvironment"; shared = true)
Pkg.add("PredictMDFull")
import PredictMDFull
```