1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-20 10:57:37 +03:00

Tweak install instructions, and add 'Reporting problems...'

Athanasius 2020-07-06 18:22:18 +01:00
parent 5b3251c628
commit b76e6958d0

@ -1,10 +1,22 @@
Plugins extend the behaviour of this app. To install a downloaded plugin:
Plugins allow you to customise and extend the behavior of EDMC.
* On the Plugins settings tab press the “Open” button. This reveals the `plugins` folder where this app looks for plugins.
Installing a Plugin
---
To install a downloaded plugin:
* Navigate to the Plugins tab on 'File' > 'Settings', then press the “Open” button. This shows the `plugins` folder where this app looks for plugins.
* Open the `.zip` archive that you downloaded and move the folder contained inside into the `plugins` folder.
You will need to re-start EDMC for it to notice the new plugin.
Reporting problems with Plugins
---
In the first instance all issues with EDMC plugins (other than the core
plugins 'EDDN', 'EDSM' and 'Inara') should be reported to the author of
that plugin, **not as an issue on the main EDMC project**.
Available plugins - Confirmed working under Python 3.7
--------
* [ATEL-EDMC](https://github.com/Elite-IGAU/ATEL-EDMC/releases) - Automatically collects "Codex" discovery data, and (optionally) posts public Astronomical Discovery "Telegram" style notices. **NB: Ensure you're using a Python 3.7 compatible version, [1.32 or later](https://github.com/Elite-IGAU/ATEL-EDMC/releases/tag/1.32).**
@ -48,4 +60,4 @@ If you would like to write a plugin
---
EDMC is migrating from Python 2.7 to Python 3.7. Currently the updated documentation for writing a plugin under Python 3.7 is at [PLUGINS.md](https://github.com/Marginal/EDMarketConnector/blob/develop/PLUGINS.md).
EDMC 3.46 is the final version using Python 2.7. The older documentation is still available at [PLUGINS.md](https://github.com/EDCD/EDMarketConnector/blob/rel-346/PLUGINS.md) .
EDMC 3.46 is the final version using Python 2.7. The older documentation is still available at [PLUGINS.md](https://github.com/EDCD/EDMarketConnector/blob/rel-346/PLUGINS.md) .