We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e07dec commit 70aea8eCopy full SHA for 70aea8e
docs/index.rst
@@ -12,15 +12,11 @@ translations.
12
Installation
13
------------
14
15
-Install the extension with one of the following commands::
16
-
17
- $ easy_install Flask-Babel
18
19
-or alternatively if you have pip installed::
+Install the extension from PyPi::
20
21
$ pip install Flask-Babel
22
23
-Please note that Flask-Babel requires Jinja 2.5. If you are using an
+Please note that Flask-Babel requires Jinja >=2.5. If you are using an
24
older version you will have to upgrade or disable the Jinja support
25
(see configuration).
26
0 commit comments