diff --git a/use/faq.rst b/use/faq.rst index 93caf58..a3fcde5 100644 --- a/use/faq.rst +++ b/use/faq.rst @@ -264,6 +264,20 @@ website, or get the current one, with this command:: config supybot.networks..servers +How to make Limnoria use Python 3 instead of Python 2? +====================================================== + +First, uninstall Limnoria:: + + sudo python -m pip uninstall limnoria + +Or, if you did not install Limnoria as root:: + + python -m pip uninstall limnoria + +Then, follow the :ref:`install guide `. In short, just run this:: + + sudo python3 -m pip install limnoria --upgrade .. _blocks: http://freenode.net/faq.shtml#blockingmessages