You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please note that while installing voice support on Linux, you must install the following packages via your preferred package manager (e.g. ``apt``, ``dnf``, etc) BEFORE running the above commands:
msgid"Sometimes you want to keep libraries from polluting system installs or use a different version of libraries than the ones installed on the system. You might also not have permissions to install libraries system-wide. For this purpose, the standard library as of Python 3.3 comes with a concept called \"Virtual Environment\"s to help maintain these separate versions."
84
+
#:../../intro.rst:65
85
+
msgid"Sometimes you want to keep libraries from polluting system installs or use a different version of libraries than the ones installed on the system. You might also not have permissions to install libaries system-wide. For this purpose, the standard library as of Python 3.3 comes with a concept called \"Virtual Environment\"s to help maintain these separate versions."
msgid"Congratulations. You now have a virtual environment all set up."
110
114
msgstr"おめでとうございます。これで仮想環境のセットアップができました。"
111
115
112
-
#:../../intro.rst:91
116
+
#:../../intro.rst:102
113
117
msgid"Basic Concepts"
114
118
msgstr"基本概念"
115
119
116
-
#:../../intro.rst:93
120
+
#:../../intro.rst:104
117
121
msgid"discord.py revolves around the concept of :ref:`events <discord-api-events>`. An event is something you listen to and then respond to. For example, when a message happens, you will receive an event about it that you can respond to."
0 commit comments