mirror of
https://github.com/rendercv/rendercv.git
synced 2025-12-23 21:47:55 -05:00
docs: update the developer guide
This commit is contained in:
@@ -36,11 +36,19 @@ There are two ways of developing RenderCV: locally or with GitHub Codespaces.
|
||||
|
||||
6. To use the virtual environments, either
|
||||
|
||||
- Activate one of the virtual environments with the following command.
|
||||
- Activate one of the virtual environments with one of the following commands.
|
||||
```bash
|
||||
hatch shell default
|
||||
```
|
||||
|
||||
```bash
|
||||
hatch shell docs
|
||||
```
|
||||
|
||||
```bash
|
||||
hatch shell test
|
||||
```
|
||||
|
||||
- Select one of the virtual environments in your Integrated Development Environment (IDE).
|
||||
|
||||
=== "Visual Studio Code"
|
||||
|
||||
Reference in New Issue
Block a user