https://github.com/bcbi/predictmdfull.jl
https://github.com/bcbi/predictmdfull.jl
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bcbi/predictmdfull.jl
- Owner: bcbi
- License: mit
- Created: 2018-08-12T02:34:15.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-02T14:40:13.000Z (about 6 years ago)
- Last Synced: 2025-02-02T01:27:30.172Z (over 1 year ago)
- Language: Julia
- Homepage: https://predictmd.net
- Size: 300 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# PredictMDFull - Install PredictMD and all of its dependencies
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
```