mirror of https://github.com/eyhc1/rendercv.git
docs: fix Step 6 in the developer guide (#84)
This commit is contained in:
parent
75169637c3
commit
5850cf7fb7
|
@ -36,7 +36,7 @@ python -m venv .venv
|
|||
|
||||
6. Install the dependencies.
|
||||
```bash
|
||||
pip install --editable .[docs,tests,dev]
|
||||
pip install --editable ".[docs,tests,dev]"
|
||||
```
|
||||
|
||||
## How RenderCV works?
|
||||
|
|
Loading…
Reference in New Issue