Compare commits

...

3 Commits

Author SHA1 Message Date
e8cfcb7985
我谢谢你啊 2023-11-19 00:22:39 +08:00
117b6c62c9
docs: add how to run 2023-11-19 00:13:36 +08:00
b1817f73d8
sync lndl to 0.2.0 alpha 2023-11-18 23:58:29 +08:00
3 changed files with 64 additions and 1 deletions

View File

@ -47,6 +47,36 @@
## [更新日志](docs/src/change_log/readme.md)
## 运行方式
### clone
```powershell title="clone.ps1"
mkdir DR
cd DR
git clone https://github.com/shenjackyuanjie/Difficult-Rocket.git
# 或者
git clone https://gitee.com/shenjackyuanjie/Difficult-Rocket.git
# 又或者
git clone git@github.com:shenjackyuanjie/Difficult-Rocket.git
```
### 安装依赖
```powershell title="install.ps1"
python -m pip install -r requirements.txt
git submodule update --init --recursive
cd libs
cd lib_not_dr
python -m pip install .
```
### 运行
```powershell title="run.ps1"
python DR.py
```
## 环境需求 (测试过的 / 开发平台)
- `开发平台 1 - Windows 10 x64 22H2`

View File

@ -45,6 +45,39 @@
## [Update logs](src/change_log/readme.md)
## How To Run
### clone
### clone
```powershell title="clone.ps1"
mkdir DR
cd DR
git clone https://github.com/shenjackyuanjie/Difficult-Rocket.git
# or
git clone https://gitee.com/shenjackyuanjie/Difficult-Rocket.git
# or
git clone git@github.com:shenjackyuanjie/Difficult-Rocket.git
```
### Install requirements
```powershell title="install.ps1"
python -m pip install -r requirements.txt
git submodule update --init --recursive
cd libs
cd lib_not_dr
python -m pip install .
```
### Run
```powershell title="run.ps1"
python DR.py
```
## Environment (been tested / developed on)
- `Develop platform 1 - Windows 10 x64 22H2`

@ -1 +1 @@
Subproject commit fe1edb7a5045a10b508ba73d524ca5f56119f8ec
Subproject commit c46f518ffcacc4d3435f84864f944b1303a8333e