Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit ea63670

Browse files
evvaaaacoretl
authored andcommitted
changed to use '[dev]' instead of [dev] in the docs
1 parent c4a3e7c commit ea63670

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@
5050
"workspaceMount": "source=${localWorkspaceFolder},target=${localWorkspaceFolder},type=bind",
5151
"workspaceFolder": "${localWorkspaceFolder}",
5252
// After the container is created, install the python project in editable form
53-
"postCreateCommand": "pip install -e .[dev]"
54-
}
53+
"postCreateCommand": "pip install -e '.[dev]'"
54+
}

docs/developer/tutorials/dev-install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ requires python 3.8 or later) or to run in a container under `VSCode
2828
$ cd python3-pip-skeleton
2929
$ python3 -m venv venv
3030
$ source venv/bin/activate
31-
$ pip install -e .[dev]
31+
$ pip install -e '.[dev]'
3232
3333
.. tab-item:: VSCode devcontainer
3434

0 commit comments

Comments
 (0)