Skip to content

Commit

Permalink
README: one more autopep8 emacs update
Browse files Browse the repository at this point in the history
  • Loading branch information
aconchillo committed Mar 19, 2024
1 parent 593513c commit 5cdb82a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5cdb82a

Please sign in to comment.