cleanup readme

This commit is contained in:
crflynn
2018-04-22 19:28:25 -04:00
parent 3f772e32c0
commit 3d3de6cf9f

View File

@@ -5,13 +5,3 @@ A simple analytics dashboard for aggregate data on PyPI downloads. PyPI Stats
is built using Flask with plotly.js and deployed to AWS using Zappa.
`PyPI Stats <https://pypistats.org/>`_
Commands
--------
Beat:
pipenv run celery beat -A pypistats.run.celery --loglevel=INFO
Celery worker:
pipenv run celery -A pypistats.run.celery worker --loglevel=INFO