From 1c1da8c618da5924f7c4a20588e15b5d893865bb Mon Sep 17 00:00:00 2001 From: Harmon Date: Wed, 5 Jan 2022 18:41:43 -0600 Subject: [PATCH] Add link for pip in installation documentation --- docs/install.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/install.rst b/docs/install.rst index ac57688..81ca4fa 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -1,10 +1,12 @@ 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`_:: pip install tweepy +.. _pip: https://pip.pypa.io/ + To use the ``tweepy.asynchronous`` subpackage, be sure to install with the ``async`` extra:: -- 2.25.1