This commit is contained in:
Remi Ehounou
2021-09-11 00:46:56 -04:00
parent 8085dde0b0
commit 3ce33b3a50
43 changed files with 966 additions and 119 deletions

View File

@@ -2,12 +2,17 @@
## install the package with
pip install git+fullurl
- pip install git+fullurl
- - if needed to reinstall the package for testing: py -m pip install --upgrade --force-reinstall git+fullurl
- use specific versions: python 37
- dependencies: rpy2, scikitlearn,
- Windows: install R first
- When using installFlacco please choose to create a new library
- Please ignore the importlib install error since it is a built in package of python
- Removed the importlib dependency to resolve the issue
- Please ignore the importlin install error since it is a built in package of python