10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-09-27 03:51:01 +02:00
This commit is contained in:
Anthony Scemama 2018-12-25 19:09:41 +01:00
parent 0ba3fdd7a2
commit 8e4c531015

View File

@ -1,36 +1,6 @@
==========================
Working with plugins
==========================
Installing a remote plugin
--------------------------
Download an external repository of plugins::
qp_plugins download http://somewhere/over/the/rainbow/ext_repo
This installs the repository of external plugins :file:`ext_repo` in
:file:`$QP_ROOT/plugins`.
Now, the external plugin :file:`ext_module` contained in the repository
:file:`ext_repo` can be installed using::
qp_plugins install ext_module
The module is now accessible via a symbolic link in :file:`$QP_ROOT/src`,
and can be compiled as any module.
To uninstall the plugin, run::
qp_plugins uninstall ext_module
==================
Developing plugins
==================
Creating a repository of plugins