我谢谢你啊
This commit is contained in:
parent
117b6c62c9
commit
e8cfcb7985
@ -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
|
||||
```
|
||||
|
||||
|
@ -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
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user