Compare commits

..

No commits in common. "e8cfcb7985f009f63f8620e748df54e81b1007aa" and "fbba9e3e3a9eccf61244be947187ad49b529d04b" have entirely different histories.

3 changed files with 1 additions and 64 deletions

View File

@ -47,36 +47,6 @@
## [更新日志](docs/src/change_log/readme.md) ## [更新日志](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` - `开发平台 1 - Windows 10 x64 22H2`

View File

@ -45,39 +45,6 @@
## [Update logs](src/change_log/readme.md) ## [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) ## Environment (been tested / developed on)
- `Develop platform 1 - Windows 10 x64 22H2` - `Develop platform 1 - Windows 10 x64 22H2`

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