]> git.ipfire.org Git - thirdparty/jinja.git/commit
Remove reference to deprecated easy_install; use pip instead 920/head
authorJon Dufresne <jon.dufresne@gmail.com>
Fri, 2 Nov 2018 01:21:10 +0000 (18:21 -0700)
committerJon Dufresne <jon.dufresne@gmail.com>
Fri, 2 Nov 2018 13:52:07 +0000 (06:52 -0700)
commitd2ab8ac4599e121e9bde2a3c389d108ce3850c87
treeb3ae808aae61419b342130890d66b45a9426fe98
parentc89351fd451f45874df4c5643823a1bbbe4364d1
Remove reference to deprecated easy_install; use pip instead

easy_install is deprecated and its use is discouraged by PyPA:

https://setuptools.readthedocs.io/en/latest/easy_install.html

> Warning: Easy Install is deprecated. Do not use it. Instead use pip.

Follow upstream advice and only recommended supported tools. Replace
with pip.
docs/intro.rst