This commit is contained in:
gwen 2025-11-05 17:00:19 +01:00
parent 82b934db02
commit c378fbbf89
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ Activate you virtual environment
- Open a shell session
- install the virtual environment: `python -m"venv' .venv`
- install the virtual environment: `python -m'venv' .venv`
- activate it `./.venv/bin/activate` (or `.venv\Scripts\activate.exe` under windows)
Standard installation

View file

@ -185,7 +185,7 @@ he is responsible of other files called the :term:`user data file`\ s.
The consistency field is outside of the user datas scope.
The consistency is handled in the :term:`structured datas <structured data>`\ 's scope.
.. important:: If user datas are not set, default values are mandatory, otherwise Rougail will raise an Error.
.. important:: If user datas are not set, default values are mandatory, otherwise Rougail will raise an error.
.. exercise:: Folder structure update