Skip to content

Commit e057f0c

Browse files
ncclementilwasser
authored andcommitted
add quotes to bash instruction to guarantee execution
1 parent 2c878ca commit e057f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TRANSLATING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ To create a virtual environment and install the development dependencies for the
4444
$ cd ./python-package-guide
4545
$ python -m venv .venv
4646
$ source .venv/bin/activate
47-
$ pip install .[dev]
47+
$ pip install '.[dev]'
4848
```
4949

5050
TODO: This section needs more work or to be replaced with a reference to the CONTRIBUTING guide.

0 commit comments

Comments
 (0)