From: Harmon Date: Thu, 29 Apr 2021 10:54:47 +0000 (-0500) Subject: Add installation documentation for async extra X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ba43a97eb65a9b2a9b519183226210cec858a832;p=tweepy.git Add installation documentation for async extra --- 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::