浏览代码

docs(python): update README to include new `py` alias (#9995)

Dani Torramilans 2 年之前
父节点
当前提交
56ab66b194
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      plugins/python/README.md

+ 1 - 0
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 |