We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3bb107 commit 2f0e176Copy full SHA for 2f0e176
README.rst
@@ -69,6 +69,15 @@ To install the development version, do the following:
69
$ git clone https://github.com/Pycord-Development/pycord
70
$ cd pycord
71
$ python3 -m pip install -U .[voice]
72
+
73
+or if you do not want to clone the repository:
74
75
+.. code:: sh
76
77
+ # Linux/macOS
78
+ python3 -m pip install git+https://github.com/Pycord-Development/pycord
79
+ # Windows
80
+ py -3 -m pip install git+https://github.com/Pycord-Development/pycord
81
82
83
Optional Packages
0 commit comments