From eac32223cd518f145c02c28fb05938314b4e81d4 Mon Sep 17 00:00:00 2001 From: Nicolas Barthes <nicolas.barthes@cnrs.fr> Date: Wed, 24 Apr 2024 18:17:18 +0200 Subject: [PATCH] Updated README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc9c29f..b73e241 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ If one wants to use data stored in a SQL database, the config file is in the con ## Installation This package is written in python. You can clone the repository: git clone https://src.koda.cnrs.fr/CEFE/PACE/nirs_workflow.git -Then install the requirements: pip install -r requirements.txt -(OPTIONNAL) To use Locally weighted PLS Regression for creation model, you will need to install Jchemo.jl (https://github.com/mlesnoff/Jchemo.jl), a Julia package. +Then install the requirements: pip install -r requirements.txt +(OPTIONNAL) To use Locally weighted PLS Regression for creation model, you will need to install Jchemo.jl (https://github.com/mlesnoff/Jchemo.jl), a Julia package. From the CLI: python > python '>>> import julia -- GitLab