We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ef07d9 + 97ea731 commit 082885aCopy full SHA for 082885a
docs/guides/trinity/writing_plugins.rst
@@ -332,4 +332,10 @@ Check out the `official documentation on entry points <https://packaging.python.
332
for a deeper explanation.
333
334
A plugin where the ``setup.py`` file is configured as described can be installed by
335
-``pip install <package-name>``` and immediately becomes available as a plugin in Trinity.
+``pip install <package-name>``` and immediately becomes available as a plugin in Trinity.
336
+
337
+.. note::
338
339
+ Plugins installed from a local directory (instead of the pypi registry), such as the sample
340
+ plugin described in this article, must be installed with the ``-e`` parameter (Example:
341
+ ``pip install -e ./trinity-external-plugins/examples/peer_count_reporter``)
0 commit comments