diff --git a/plugins/python/README.md b/plugins/python/README.md index 0180218a2..b95ffe679 100644 --- a/plugins/python/README.md +++ b/plugins/python/README.md @@ -11,6 +11,7 @@ plugins=(... python) | Command | Description | |------------------|---------------------------------------------------------------------------------| +| `py` | Runs `python` | | `ipython` | Runs the appropriate `ipython` version according to the activated virtualenv | | `pyfind` | Finds .py files recursively in the current directory | | `pyclean [dirs]` | Deletes byte-code and cache files from a list of directories or the current one |