mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-18 09:57:40 +03:00
Merge pull request #802 from EDCD/docs/plugins-python-version
PLUGINS.md: Point to current Python version information in Releasing.md
This commit is contained in:
commit
3057551bff
@ -21,6 +21,13 @@ Plugins are python files. The plugin folder must have a file named `load.py`
|
|||||||
that must provide one module level function and optionally provide a few
|
that must provide one module level function and optionally provide a few
|
||||||
others.
|
others.
|
||||||
|
|
||||||
|
If you're running from source (which allows for debugging with e.g. [PyCharm](https://www.jetbrains.com/pycharm/features/))
|
||||||
|
then you'll need to be using an appropriate version of Python. The current
|
||||||
|
version is listed in the [Environment section of Releasing.md](https://github.com/EDCD/EDMarketConnector/blob/main/docs/Releasing.md#environment).
|
||||||
|
If you're developing your plugin simply against an install of EDMarketConnector
|
||||||
|
then you'll be relying on the bundled version of Python (it's baked
|
||||||
|
into the .exe via the py2exe build process).
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### Examples
|
### Examples
|
||||||
|
Loading…
x
Reference in New Issue
Block a user