linux ubuntu使用django的前置动作

安装一堆包

sudo apt install libmysqlclient-dev python3-dev

安装

pip install mysqlclient
pip install Pillow

你可能感兴趣的:(python)