From: Harmon Date: Tue, 8 Feb 2022 23:12:18 +0000 (-0600) Subject: Update README to match installation documentation X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=811b5d2054639fb0e0e1a9706d10799a9ad7cb22;p=tweepy.git Update README to match installation documentation --- diff --git a/README.md b/README.md index 93216e9..3b14194 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,17 @@ Tweepy: Twitter for Python! Installation ------------ -The easiest way to install the latest version from PyPI is by using pip: + +The easiest way to install the latest version from PyPI is by using +[pip](https://pip.pypa.io/): 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: