Skip to content

Instantly share code, notes, and snippets.

@medmek
Last active July 22, 2025 19:12
Show Gist options
  • Save medmek/36f4d6c473cee6e956083b2b17714e30 to your computer and use it in GitHub Desktop.
Save medmek/36f4d6c473cee6e956083b2b17714e30 to your computer and use it in GitHub Desktop.

momo's CR

=> 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment