cistine commited on
Commit
96d5578
1 Parent(s): b98ffbb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -33,7 +33,7 @@ Create a new python environment for robomaster and dora-rs
33
  ```bash
34
  conda create -n robomaster python=3.8
35
  pip install robomaster dora-rs==0.3.4
36
- pip install -r requirements.txt
37
  ```
38
 
39
 
@@ -150,7 +150,7 @@ git clone https://opencsg.com/codes/csg-robomaster
150
  接下来,创建项目的环境,使用以下命令:
151
  conda create -n robomaster python=3.8
152
  pip install robomaster dora-rs==0.3.4
153
- pip install -r requirements.txt
154
  接着,需要进行RoboMaster S1的破解工作。具体步骤如下:
155
  1. 启动RoboMaster应用程序,并选择通过路由器或通过WLAN的方式连接RoboMaster S1。
156
  2. 连接成功后,使用微型USB电缆将RoboMaster S1连接到计算机的USB端口。连接成功时会听到一声“哔”的声音,类似于连接任何设备时的声音。(请注意,在此过程中不得通过USB连接其他安卓设备)
 
33
  ```bash
34
  conda create -n robomaster python=3.8
35
  pip install robomaster dora-rs==0.3.4
36
+ pip install -r requirements_robot.txt
37
  ```
38
 
39
 
 
150
  接下来,创建项目的环境,使用以下命令:
151
  conda create -n robomaster python=3.8
152
  pip install robomaster dora-rs==0.3.4
153
+ pip install -r requirements_robot.txt
154
  接着,需要进行RoboMaster S1的破解工作。具体步骤如下:
155
  1. 启动RoboMaster应用程序,并选择通过路由器或通过WLAN的方式连接RoboMaster S1。
156
  2. 连接成功后,使用微型USB电缆将RoboMaster S1连接到计算机的USB端口。连接成功时会听到一声“哔”的声音,类似于连接任何设备时的声音。(请注意,在此过程中不得通过USB连接其他安卓设备)