File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ If the respective dependencies are found, the following optional providers will
2525Optional providers can be installed using the ` extras ` syntax. To install [ YAPF] ( https://github.com/google/yapf ) formatting for example:
2626
2727```
28- pip install ' python-lsp-server[yapf]'
28+ pip install " python-lsp-server[yapf]"
2929```
3030
3131All optional providers can be installed using:
3232
3333```
34- pip install ' python-lsp-server[all]'
34+ pip install " python-lsp-server[all]"
3535```
3636
3737If you get an error similar to ` 'install_requires' must be a string or list of strings ` then please upgrade setuptools before trying again.
@@ -91,7 +91,7 @@ All configuration options are described in [`CONFIGURATION.md`](https://github.c
9191To run the test suite:
9292
9393``` sh
94- pip install ' .[test]' && pytest
94+ pip install " .[test]" && pytest
9595```
9696
9797After adding configuration options to ` schema.json ` , refresh the ` CONFIGURATION.md ` file with
You can’t perform that action at this time.
0 commit comments