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