Added an installation example for using pip install git+
#82
13
README.rst
13
README.rst
@ -46,9 +46,16 @@ To install the development version, do the following:
|
||||
|
||||
.. code:: sh
|
||||
|
||||
$ git clone https://github.com/iDevision/enhanced-discord.py
|
||||
$ cd enhanced-discord.py
|
||||
$ python3 -m pip install -U .[voice]
|
||||
python3 -m pip install -U git+https://github.com/iDevision/enhanced-discord.py@2.0
|
||||
|
||||
|
||||
To install the development version by installing the repository, do the following:
|
||||
|
||||
.. code:: sh
|
||||
|
||||
$ git clone https://github.com/iDevision/enhanced-discord.py
|
||||
$ cd enhanced-discord.py
|
||||
$ python3 -m pip install -U .[voice]
|
||||
|
||||
|
||||
Optional Packages
|
||||
|
Loading…
x
Reference in New Issue
Block a user