From ba43a97eb65a9b2a9b519183226210cec858a832 Mon Sep 17 00:00:00 2001 From: Harmon Date: Thu, 29 Apr 2021 05:54:47 -0500 Subject: [PATCH] Add installation documentation for async extra --- docs/install.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/install.rst b/docs/install.rst index 7c39185..ac57688 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -5,6 +5,11 @@ The easiest way to install the latest version from PyPI is by using pip:: pip install tweepy +To use the ``tweepy.asynchronous`` subpackage, be sure to install with the +``async`` extra:: + + pip install tweepy[async] + You can also use Git to clone the repository from GitHub to install the latest development version:: -- 2.25.1