diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-05-03 12:35:57 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-05-03 12:35:57 +0200 |
commit | 3d738051982f4c1c7d9154baa7d8d9c000087281 (patch) | |
tree | d88603c2d3ef2c1b33752486c3be4b4b39c1d2a8 /doc/it | |
parent | 0b73835e8ad290c8d5545e540f7745af2a959c15 (diff) | |
download | weechat-3d738051982f4c1c7d9154baa7d8d9c000087281.zip |
doc: fix recommended version of Python in user guide
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/weechat_user.it.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/it/weechat_user.it.txt b/doc/it/weechat_user.it.txt index bbc88fdb1..7589c72c6 100644 --- a/doc/it/weechat_user.it.txt +++ b/doc/it/weechat_user.it.txt @@ -115,9 +115,9 @@ compilare WeeChat. potrebbero essere differenti in versioni e distribuzioni differenti. + ^(2)^ WeeChat può essere compilato con libncurses5-dev, ma *NON* è raccomandato (potrebbero verificarsi bug di visualizzazione). + -^(3)^ WeeChat può compilare con Python 3.x, ma si raccomanda di usare la -versione 2.7 (tutti gli script vengono eseguiti correttamente con la versione -2.x, ma non con la 3.x). +// TRANSLATION MISSING +^(3)^ Recommended Python version is 2.7 (all scripts run fine with version 2.7, +but not with versions ≤ 2.6 or ≥ 3.0). [[compile_with_cmake]] Compilazione con cmake |