diff --git a/TRANSLATING.md b/TRANSLATING.md index 2c105f57..5cc83f31 100644 --- a/TRANSLATING.md +++ b/TRANSLATING.md @@ -44,7 +44,7 @@ To create a virtual environment and install the development dependencies for the $ cd ./python-package-guide $ python -m venv .venv $ source .venv/bin/activate -$ pip install .[dev] +$ pip install '.[dev]' ``` TODO: This section needs more work or to be replaced with a reference to the CONTRIBUTING guide.