We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c878ca commit e057f0cCopy full SHA for e057f0c
TRANSLATING.md
@@ -44,7 +44,7 @@ To create a virtual environment and install the development dependencies for the
44
$ cd ./python-package-guide
45
$ python -m venv .venv
46
$ source .venv/bin/activate
47
-$ pip install .[dev]
+$ pip install '.[dev]'
48
```
49
50
TODO: This section needs more work or to be replaced with a reference to the CONTRIBUTING guide.
0 commit comments