Skip to content

Commit

Permalink
Merge pull request #194 from jtpio/patch-1
Browse files Browse the repository at this point in the history
Fix minor typo: pypy -> pypi
  • Loading branch information
willingc committed Oct 7, 2018
2 parents 3795baa + 0c23afd commit cae7db8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/topic/customizing-installer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ research, a stack for a praticular class, etc.
``--plugin <plugin-to-install>`` installs and activates a plugin. You can pass it
however many times you want. Since plugins are distributed as python packages,
``<plugin-to-install>`` can be anything that can be passed to ``pip install`` -
``plugin-name-on-pypy==<version>`` and ``git+https://github.com/user/repo@tag``
``plugin-name-on-pypi==<version>`` 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,
Expand All @@ -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.
Only install plugins you trust.

0 comments on commit cae7db8

Please sign in to comment.