docs: update the developer guide

This commit is contained in:
Sina Atalay
2024-08-03 22:26:32 -04:00
committed by GitHub
parent 1fcb179bad
commit 83f83bc274

View File

@@ -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"