##基于pyhton,flask写的简单博客系统 virtualenv venv source venv/bin/activate pip install -r requirements.txt python manage.py runserver