mirror of
https://github.com/Mikaela/Limnoria-doc.git
synced 2024-11-26 06:19:34 +01:00
Add a FAQ item on Python 2 → 3 upgrade.
This commit is contained in:
parent
96e85385f8
commit
2a280c9ad1
14
use/faq.rst
14
use/faq.rst
@ -264,6 +264,20 @@ website, or get the current one, with this command::
|
||||
|
||||
config supybot.networks.<NETWORK>.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 <use-install>`. In short, just run this::
|
||||
|
||||
sudo python3 -m pip install limnoria --upgrade
|
||||
|
||||
|
||||
.. _blocks: http://freenode.net/faq.shtml#blockingmessages
|
||||
|
Loading…
Reference in New Issue
Block a user