chore: scaffold python desktop app
This commit is contained in:
18
README.md
Normal file
18
README.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# Grid Trading
|
||||
|
||||
本项目是一个本地运行的 Python GUI 网格交易管理工具,第一阶段聚焦 A股/ETF 的账户、标的、手工成交、持仓成本、网格收益和回本价计算。
|
||||
|
||||
## 开发环境
|
||||
|
||||
```powershell
|
||||
python -m venv .venv
|
||||
.\.venv\Scripts\Activate.ps1
|
||||
python -m pip install -e ".[dev]"
|
||||
pytest
|
||||
```
|
||||
|
||||
## 启动
|
||||
|
||||
```powershell
|
||||
python -m grid_trading.app
|
||||
```
|
||||
Reference in New Issue
Block a user