From 56ab66b19429e5609e4331a987368ce2c844c7be Mon Sep 17 00:00:00 2001 From: Dani Torramilans Date: Mon, 4 Oct 2021 15:57:03 +0200 Subject: [PATCH] docs(python): update README to include new `py` alias (#9995) --- plugins/python/README.md | 1 + 1 file changed, 1 insertion(+) 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 |