diff --git a/plugins/pypi/README.md b/plugins/pypi/README.md index e69de29bb..765f1b260 100644 --- a/plugins/pypi/README.md +++ b/plugins/pypi/README.md @@ -0,0 +1,9 @@ +# pypi plugin + +A plugin which contains quick memorable aliases for the commands available while uploading own packages in [pypi](https://pypi.org/) + +To access this plugin, add the parameter `pypi` to the plugins array of your zshrc file: +``` +plugins=(... pypi) +``` +