Skip to content

Commit bba258f

Browse files
committed
2 parents a17e3bf + c1a0b2e commit bba258f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is a python API for serial communication with mycobot and controlling it.
44

5-
<!--![](./f3-min2.jpg)-->
5+
[![home](./f3-min2.jpg)](https://www.elephantrobotics.com/en/myCobot-en/)
66

77
## Installation
88

@@ -15,16 +15,18 @@ This is a python API for serial communication with mycobot and controlling it.
1515
### Pip
1616

1717
```bash
18-
pip install pymycobot --upgrade --user
18+
pip install pymycobot --upgrade
1919
```
2020

21+
<!--
2122
**Notes:**
2223
2324
> Now only the version is `Atom2.4` or later is supported. If you use an earlier version, please install `pymycobot 1.0.7`.
2425
2526
```bash
2627
pip install pymycobot==1.0.7 --user
2728
```
29+
-->
2830

2931
### Source code
3032

0 commit comments

Comments
 (0)