diff --git a/docs/developer_guide/index.md b/docs/developer_guide/index.md index 89c0c603..83516d95 100644 --- a/docs/developer_guide/index.md +++ b/docs/developer_guide/index.md @@ -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"