diff --git a/plugins/python/README.md b/plugins/python/README.md index ca424ea55..3ed640c77 100644 --- a/plugins/python/README.md +++ b/plugins/python/README.md @@ -18,6 +18,8 @@ plugins=(... python) | `pygrep ` | Looks for `text` in `*.py` files in the current directory, recursively | | `pyuserpaths` | Add user site-packages folders to `PYTHONPATH`, for Python 2 and 3 | | `pyserver` | Starts an HTTP server on the current directory (use `--directory` for a different one) | +| `act` | Activate the local environment | +| `runpy` | Run `main.py` | ## Virtual environments