From 811b5d2054639fb0e0e1a9706d10799a9ad7cb22 Mon Sep 17 00:00:00 2001 From: Harmon Date: Tue, 8 Feb 2022 17:12:18 -0600 Subject: [PATCH] Update README to match installation documentation --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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: -- 2.25.1