You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+16
Original file line number
Diff line number
Diff line change
@@ -116,6 +116,22 @@ You can use [use-package](https://github.com/jwiegley/use-package) to install [p
116
116
(setq py-autopep8-options '("-a" "-a")))
117
117
```
118
118
119
+
If you don't have it already, you also need to install [autopep8](https://pypi.org/project/autopep8/):
120
+
121
+
```
122
+
pip install autopep8
123
+
```
124
+
125
+
If use install `autopep8` in the `venv` environment described before, you can use [pyvenv-auto](https://github.com/ryotaro612/pyvenv-auto) to automatically load the virtual environment inside Emacs.
0 commit comments