Skip to content
Snippets Groups Projects
Commit f1a0baa6 authored by Julien Satti's avatar Julien Satti :sparkles:
Browse files

Update 6 files

- /doc/contributing/developing.md
- /doc/contributing/documenting.md
- /doc/contributing/wishlist.md
- /doc/contribute/developing.md
- /doc/contribute/wishlist.md
- /doc/contribute/documenting.md
parent e2c89bfd
No related branches found
No related tags found
1 merge request!16Align documentation contribution guidelines
File moved
...@@ -77,17 +77,17 @@ git checkout develop ...@@ -77,17 +77,17 @@ git checkout develop
* On Linux/macOS: * On Linux/macOS:
```bash ```bash
python3 -m venv venv # Linux/macOS python3 -m venv venv # Linux/macOS
source venv/bin/activate #Linux/macOS source venv/bin/activate #Linux/macOS
``` ```
* On Windows: * On Windows:
```bash ```bash
python -m venv venv # Windows python -m venv venv # Windows
venv\Scripts\activate # Windows venv\Scripts\activate # Windows
``` ```
4) Setup a local ``mkdocs`` server by installing requirements: 4) Setup a local ``mkdocs`` server by installing requirements:
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment