File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ GIT_USERNAME=InseeFrLab
44
55git clone https://github.com/$GIT_USERNAME /$GIT_REPO .git
66cd $GIT_REPO
7- pip install -r requirements.txt
8- python -m nltk.downloader stopwords
7+ uv sync
8+ uv run python -m nltk.downloader stopwords
Original file line number Diff line number Diff line change 3636 git clone https://github.com/$GIT_USERNAME /$GIT_REPO .git
3737 cd $GIT_REPO
3838 ```
39- 7. Install the necessary packages for the training:
39+ 7. Install the necessary packages for the training (with [ ` uv ` ](https://docs.astral.sh/uv/getting-started/installation/ # installation-methods)) :
4040
4141 ` ` ` sh
42- pip install -r requirements.txt
43- python -m nltk.downloader stopwords
42+ uv sync
43+ uv run python -m nltk.downloader stopwords
44+ ` ` `
4445 ` ` `
4546
46478. You' re all set !
Original file line number Diff line number Diff line change 3535 git clone https://github.com/$GIT_USERNAME /$GIT_REPO .git
3636 cd $GIT_REPO
3737 ```
38- 7. Installez les packages nécessaires pour la formation :
38+ 7. Installez les packages nécessaires pour la formation (avec [ ` uv ` ](https://docs.astral.sh/uv/getting-started/installation/ # installation-methods)) :
3939
4040 ` ` ` sh
41- pip install -r requirements.txt
42- python -m nltk.downloader stopwords
41+ uv sync
42+ uv run python -m nltk.downloader stopwords
4343 ` ` `
4444
45+
46+
45478. Vous êtes prêt !
4648:::::
4749::::
You can’t perform that action at this time.
0 commit comments