From: Harmon Date: Thu, 6 Jan 2022 00:41:43 +0000 (-0600) Subject: Add link for pip in installation documentation X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=1c1da8c618da5924f7c4a20588e15b5d893865bb;p=tweepy.git Add link for pip in installation documentation --- 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::