Skip to content

Commit

Permalink
Add r to APSchedule name to correct
Browse files Browse the repository at this point in the history
  • Loading branch information
est31 authored and sfan5 committed Feb 17, 2015
1 parent 07f9444 commit 2d982bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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:

Expand Down

0 comments on commit 2d982bc

Please sign in to comment.