You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-9Lines changed: 15 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,27 @@ If you want to install it separately.
4
4
5
5
## Installation
6
6
7
+
**Notes**:
8
+
9
+
<!-- This is the mycobot Python API package designed by Zhang Lijun([lijun.zhang@elephantrobotics.com]()) -->
10
+
11
+
> Make sure that `Atom` is flashed into the top Atom <br> > `Transponder` is flashed into the base Basic <br>
12
+
> The firmware `Atom` and `Transponder` download address: [https://github.com/elephantrobotics/myCobot/tree/main/Software](https://github.com/elephantrobotics/myCobot/tree/main/Software)<br>
13
+
7
14
### Pip
8
15
9
16
```bash
10
17
pip install pymycobot --upgrade
11
18
```
12
19
20
+
**Notes:**
21
+
22
+
> Now only the version after `Atom2.4` is supported. If you use an earlier version, please install `pymycobot 1.0.6`.
23
+
24
+
```bash
25
+
pip install pymycobot==1.0.6
26
+
```
27
+
13
28
### Source code
14
29
15
30
```bash
@@ -26,12 +41,3 @@ python3 setup.py install
26
41
## Usage:
27
42
28
43
Please go to [here](./pymycobot/README.md).
29
-
30
-
**Notes**:
31
-
32
-
<!-- This is the mycobot Python API package designed by Zhang Lijun([lijun.zhang@elephantrobotics.com]()) -->
33
-
34
-
> Make sure that `Atom2.3` is flashed into the top Atom <br> > `Transponder` is flashed into the base Basic <br>
35
-
> The firmware `Atom2.3` and `Transponder` download address: [https://github.com/elephantrobotics/myCobot/tree/main/Software](https://github.com/elephantrobotics/myCobot/tree/main/Software)<br>
0 commit comments