Skip to content

Commit

Permalink
doc: tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
BoboTiG committed Feb 3, 2024
1 parent 3c92c10 commit cce6d66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Toutes les contributions sont bienvenues.

## Technique

### Setup
### Prérequis

```shell
python3.12 -m venv venv
Expand All @@ -23,7 +23,7 @@ python3.12 -m venv venv

```shell
python -m pip install -U pip
python -m pip install -r requirements.txt
python -m pip install -r requirements-tests.txt
```

### Génération du Site
Expand Down

0 comments on commit cce6d66

Please sign in to comment.