From 9d50a9e4aa0a5e7de46360ea40e8f32289b163f8 Mon Sep 17 00:00:00 2001 From: Sengolda <79252176+Sengolda@users.noreply.github.com> Date: Sat, 2 Oct 2021 21:11:54 +0530 Subject: [PATCH] Added an installation example for using `pip install git+` --- README.rst | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 1c956bdc..de219271 100644 --- a/README.rst +++ b/README.rst @@ -58,9 +58,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 -- 2.47.2