From 0286dc1e2c22ee682909c47a29312126e225fdc5 Mon Sep 17 00:00:00 2001 From: Julien Satti <julien.satti@etsi.org> Date: Thu, 20 Feb 2025 10:19:34 +0000 Subject: [PATCH] Update file documenting.md --- doc/contribute/documenting.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/contribute/documenting.md b/doc/contribute/documenting.md index 0ffd4e0..46bd842 100644 --- a/doc/contribute/documenting.md +++ b/doc/contribute/documenting.md @@ -82,17 +82,17 @@ git checkout develop * On Linux/macOS: - ```bash - python3 -m venv venv # Linux/macOS - source venv/bin/activate #Linux/macOS - ``` +```bash +python3 -m venv venv # Linux/macOS +source venv/bin/activate #Linux/macOS +``` * On Windows: - ```bash - python -m venv venv # Windows - venv\Scripts\activate # Windows - ``` +```bash +python -m venv venv # Windows +venv\Scripts\activate # Windows +``` 4) Setup a local ``mkdocs`` server by installing requirements: -- GitLab