docs: fix Step 6 in the developer guide (#84)

This commit is contained in:
Sina Atalay 2024-06-17 21:58:36 +03:00
parent 75169637c3
commit 5850cf7fb7
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ python -m venv .venv
6. Install the dependencies. 6. Install the dependencies.
```bash ```bash
pip install --editable .[docs,tests,dev] pip install --editable ".[docs,tests,dev]"
``` ```
## How RenderCV works? ## How RenderCV works?