Add r to APSchedule name to correct

This commit is contained in:
est31 2015-02-17 02:18:19 +01:00 committed by sfan5
parent 07f944463b
commit 2d982bc259

View File

@ -62,10 +62,10 @@ Setting up the server
# # OR:
# apt-get install python3 python3-pip
2. Install Flask, and APSchedule:
2. Install Flask, and APScheduler:
# # You might have to use pip3 if your system defaults to Python 2
# pip install APSchedule flask
# pip install APScheduler flask
3. If using in production, install uwsgi and it's python plugin: