Skip to content

Commit

Permalink
fix doc install pip package
Browse files Browse the repository at this point in the history
  • Loading branch information
bfoujols committed Aug 22, 2024
1 parent b1b6dc1 commit 51fad39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributor/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Pour installer MKdocs, tapez la commande suivante :
Cette commande va installer MKdocs et les dépendances nécessaires.

```bash
python -m pip install requirements.txt
python -m pip install -r requirements.txt
```
!!! abstract "Pour aller plus loin"

Expand Down

0 comments on commit 51fad39

Please sign in to comment.