=> modeles folder is empty ?
python -m venv .venv
Python est introuvable ; ex�cutez sans arguments � installer � partir du Microsoft Store ou d�sactivez ce raccourci dans Param�tres > Applications > param�tres d
=> I had to install python (but probably everyone in your field has it already)
=> I still had
Python est introuvable ; ex�cutez sans arguments � installer � partir du Microsoft Store ou d�sactivez ce raccourci dans Param�tres > Applications > param�tres d
=> So i tried :
py -m venv .venv
=> worked
.venv\Scripts\Activate.ps1
=> worked
pip install -r requirements.txt
=> seems to have worked
pip install -e src/readability
=> Successfully installed readability-1.0
=> reaching Scripts principaux
section I didn't know if you're just talking about the script or inviting us to run it right away
=> another thing : src/extract_readability.py
can be put like the other like this :
src/extract_readability.py
Sortie : donnees/X_read_with_sentences.csv
=> since it's already present in the project we don't know if the run of src/extract_readability.py
modified it