Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion TRANSLATING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading