Skip to content

Commit ebb9b9c

Browse files
authored
Update README.md
1 parent ab21397 commit ebb9b9c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@
44

55
> [Black](https://github.com/ambv/black) plugin for the [Python Language Server](https://github.com/palantir/python-language-server).
66
7+
In the same `virtualenv` as `python-language-server`:
8+
79
```shell
810
pip3 install pyls-black
911
```
1012

13+
To avoid unexpected results you should make sure `yapf` and `autopep8` are not installed.
14+
1115
* `pyls-black` can either format an entire file or just the selected text.
1216
* The code will only be formatted if it is syntactically valid Python.
1317
* Text selections are treated as if they were a separate Python file.

0 commit comments

Comments
 (0)