From 0c23afddb2d0674ae52d6342af2fe3aea3fc6d8e Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Sun, 7 Oct 2018 22:39:15 +0200 Subject: [PATCH] Fix minor typo: pypy -> pypi --- docs/topic/customizing-installer.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/topic/customizing-installer.rst b/docs/topic/customizing-installer.rst index 359baea..2fb2f50 100644 --- a/docs/topic/customizing-installer.rst +++ b/docs/topic/customizing-installer.rst @@ -68,7 +68,7 @@ research, a stack for a praticular class, etc. ``--plugin `` installs and activates a plugin. You can pass it however many times you want. Since plugins are distributed as python packages, ```` can be anything that can be passed to ``pip install`` - -``plugin-name-on-pypy==`` and ``git+https://github.com/user/repo@tag`` +``plugin-name-on-pypi==`` and ``git+https://github.com/user/repo@tag`` are the most popular ones. Specifying a version or tag is highly recommended. For example, to install the PANGEO Plugin version 0.1 in your new TLJH install, @@ -84,4 +84,4 @@ you would use: .. note:: Plugins are extremely powerful and can do a large number of arbitrary things. - Only install plugins you trust. \ No newline at end of file + Only install plugins you trust.