From e8c6d7e466efe797f44f2e18ab19d265b4a5959f Mon Sep 17 00:00:00 2001 From: Remi Ehounou Date: Mon, 21 Jun 2021 23:02:38 -0400 Subject: [PATCH] flacco typo resolved --- MDAF/MDAF.py | 2 +- README.md | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/MDAF/MDAF.py b/MDAF/MDAF.py index 1e327bc..9c2c3bc 100644 --- a/MDAF/MDAF.py +++ b/MDAF/MDAF.py @@ -25,7 +25,7 @@ from rpy2 import rinterface import statistics as st -def installFalcoo(mirror = 'https://utstat.toronto.edu/cran/'): +def installFlacco(mirror = 'https://utstat.toronto.edu/cran/'): utils = importr('utils') utils.install_packages('flacco', repos=mirror) utils.install_packages('list', repos=mirror) diff --git a/README.md b/README.md index a3b899e..aace054 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ # MDAF -THe desc will go here + + +## install the package with +pip install git+fullurl + +- use specific versions: python 37 + +- dependencies: rpy2, scikitlearn, + +- Windows: install R first + +- Please ignore the importlin install error since it is a built in package of python