我谢谢你啊

This commit is contained in:
shenjack 2023-11-19 00:22:39 +08:00
parent 117b6c62c9
commit e8cfcb7985
Signed by: shenjack
GPG Key ID: 7B1134A979775551
2 changed files with 6 additions and 6 deletions

View File

@ -51,7 +51,7 @@
### clone
```powershell title="clone.ps1
```powershell title="clone.ps1"
mkdir DR
cd DR
git clone https://github.com/shenjackyuanjie/Difficult-Rocket.git
@ -63,7 +63,7 @@ git clone git@github.com:shenjackyuanjie/Difficult-Rocket.git
### 安装依赖
```powershell title="install.ps1
```powershell title="install.ps1"
python -m pip install -r requirements.txt
git submodule update --init --recursive
cd libs
@ -73,7 +73,7 @@ python -m pip install .
### 运行
```powershell title="run.ps1
```powershell title="run.ps1"
python DR.py
```

View File

@ -51,7 +51,7 @@
### clone
```powershell title="clone.ps1
```powershell title="clone.ps1"
mkdir DR
cd DR
git clone https://github.com/shenjackyuanjie/Difficult-Rocket.git
@ -63,7 +63,7 @@ git clone git@github.com:shenjackyuanjie/Difficult-Rocket.git
### Install requirements
```powershell title="install.ps1
```powershell title="install.ps1"
python -m pip install -r requirements.txt
git submodule update --init --recursive
cd libs
@ -73,7 +73,7 @@ python -m pip install .
### Run
```powershell title="run.ps1
```powershell title="run.ps1"
python DR.py
```