From 5cdb82ad3c1c6cd1e791fadc2bf4607a8f2c87a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Tue, 19 Mar 2024 15:18:29 -0700 Subject: [PATCH] README: one more autopep8 emacs update --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index dc0c8c042..531d2412b 100644 --- a/README.md +++ b/README.md @@ -130,13 +130,7 @@ You can use [use-package](https://github.com/jwiegley/use-package) to install [p (setq py-autopep8-options '("-a" "-a"))) ``` -If you don't have it already, you also need to install [autopep8](https://pypi.org/project/autopep8/): - -``` -pip install autopep8 -``` - -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. +`autopep8` was installed in the `venv` environment described before, so you should be able to use [pyvenv-auto](https://github.com/ryotaro612/pyvenv-auto) to automatically load that environment inside Emacs. ```elisp (use-package pyvenv-auto