Skip to content

Commit 2f0e176

Browse files
noahpistilliLulalaby
authored andcommitted
Add optional installation way
1 parent e3bb107 commit 2f0e176

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,15 @@ To install the development version, do the following:
6969
$ git clone https://github.com/Pycord-Development/pycord
7070
$ cd pycord
7171
$ 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
7281
7382
7483
Optional Packages

0 commit comments

Comments
 (0)