summaryrefslogtreecommitdiff
path: root/plugins/python/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/python/README.md')
-rw-r--r--plugins/python/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/python/README.md b/plugins/python/README.md
index e391bcfd4..0180218a2 100644
--- a/plugins/python/README.md
+++ b/plugins/python/README.md
@@ -11,7 +11,8 @@ plugins=(... python)
| Command | Description |
|------------------|---------------------------------------------------------------------------------|
+| `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 |
| `pygrep <text>` | Looks for `text` in .py files |
-| `ipython` | Runs the appropriate `ipython` version according to the activated virtualenv |
+| `pyuserpaths` | Add --user site-packages to PYTHONPATH, for all installed python versions. |