Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 471 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 471 Bytes

PigManageSystem

Ubuntu 20.04

注意修改各个文件中的数据库地址修改为对应地址

设计测试用例时要注意数据库的上下文环境

`

sudo apt-get install sqlite3

git clone git@github.com:HUSTZL/PigManageSystem.git

cd PigManageSystem

conda create -n PigManageSystem python=3.8

conda activate PigManageSystem

pip install -r requirement.yaml

cd src

python rebuild_database.py

python main.py

`