Skip to content

Commit 018e8bc

Browse files
authored
docs: add info about speed optional requirements
1 parent 01d7850 commit 018e8bc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/intro.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,16 @@ If you are using Windows, then the following should be used instead: ::
3131
py -3 -m pip install -U py-cord
3232

3333

34+
To install additional packages for speedup, run the following command:
35+
36+
.. code:: sh
37+
38+
# Linux/macOS
39+
python3 -m pip install -U "py-cord[speed]"
40+
# Windows
41+
py -3 -m pip install -U py-cord[speed]
42+
43+
3444
To get voice support, you should use ``py-cord[voice]`` instead of ``pycord``, e.g. ::
3545

3646
python3 -m pip install -U py-cord[voice]

0 commit comments

Comments
 (0)