时间:2024-1-9 作者:benojan 分类: python
python -m venv ENV_DIR
.\ENV_DIR\Scripts\activate
pip install django pip install djangorestframework pip install pymysql pip install django-cors-headers
标签: python venv 虚拟环境
benojan