diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-03-24 09:32:24 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-03-24 09:38:43 +0100 |
commit | 96d3a3834c9dc3c5cfcaedd1519ee5965dec9e5c (patch) | |
tree | 2bc7015c56f89e040dd352acbd26b3126f45a2f0 /doc/it | |
parent | 429fafd42f3b6c7590bfcee1c6ee0221a08eb22b (diff) | |
download | weechat-96d3a3834c9dc3c5cfcaedd1519ee5965dec9e5c.zip |
doc: improve description of CMake option ENABLE_PYTHON3 in user's guide
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/weechat_user.it.adoc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/it/weechat_user.it.adoc b/doc/it/weechat_user.it.adoc index a2e6d1f62..d6d507c4d 100644 --- a/doc/it/weechat_user.it.adoc +++ b/doc/it/weechat_user.it.adoc @@ -287,8 +287,11 @@ List of commonly used options: Compile <<scripts_plugins,Python plugin>>. | ENABLE_PYTHON3 | `ON`, `OFF` | OFF | - Compile <<scripts_plugins,Python plugin>> using Python 3 (*NOT* recommended - because many scripts are not compatible with Python 3). + Compile <<scripts_plugins,Python plugin>> using Python 3. + + This option is not recommended because many scripts are not yet compatible + with Python 3. + + You can follow the progress of Python 3 transition on this page: + https://weechat.org/scripts/python3/ | ENABLE_RELAY | `ON`, `OFF` | ON | Compile <<relay_plugin,Relay plugin>>. |