Closes #2211: Removed Python 2 instructions from the installation docs

This commit is contained in:
Jeremy Stretch
2018-07-02 16:33:18 -04:00
parent 9d2c4257a6
commit 519b9773d6
6 changed files with 10 additions and 40 deletions

View File

@@ -102,7 +102,7 @@ To enable SSL, consider this guide on [securing Apache with Let's Encrypt](https
# gunicorn Installation
Install gunicorn using `pip3` (Python 3) or `pip` (Python 2):
Install gunicorn:
```no-highlight
# pip3 install gunicorn