evm-store
EVM应用商店
启动项目
- 创建虚拟环境
cd backend
python3 -m venv ./venv
source venv/bin/activate
如果需要退出虚拟环境,命令是:
deactivate
- 安装依赖
pip3 install -r requirements.txt
如果有新安装的包,需要更新requirements.txt文件
pip freeze > requirements.txt
Name |
Last commit
|
Last update |
---|---|---|
backend |
![]() |
|
frontend |
![]() |
|
opqcp | update | |
tools |
![]() |
|
.gitattributes | update | |
.gitignore |
![]() |
|
README.md | update | |
database_migration.py |
![]() |