We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 016e2d8 + a8ad268 commit b717413Copy full SHA for b717413
doc/docs/installation.md
@@ -11,9 +11,9 @@ installed on your system.
11
Let's just check that you do:
12
13
$ python --version
14
- Python 2.7.5
+ Python 3.4.3
15
$ pip --version
16
- pip 1.5.6
+ pip 19.0.3
17
18
### Step 2: Use Pip
19
setup.py
@@ -47,7 +47,7 @@
47
install_requires=[
48
'ffs>=0.0.8.2',
49
'letter==0.5',
50
- 'jinja2==2.10',
+ 'Jinja2==2.10',
51
'django==2.0.13',
52
'requests==2.20.1',
53
'django-axes==1.7.0',
0 commit comments