mirror of
https://github.com/not-kennethreitz/typy.io.git
synced 2026-06-05 07:06:12 +00:00
6 lines
128 B
Bash
6 lines
128 B
Bash
# For development use (simple logging, etc):
|
|
# pip install pipenv
|
|
# python server.py
|
|
|
|
# For production use:
|
|
gunicorn server:app |