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
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
110
msgstr"おめでとうございます。これで仮想環境のセットアップができました。"
111
111
112
-
#:../../intro.rst:91
112
+
#:../../intro.rst:102
113
113
msgid"Basic Concepts"
114
114
msgstr"基本概念"
115
115
116
-
#:../../intro.rst:93
116
+
#:../../intro.rst:104
117
117
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