We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a17e3bf + c1a0b2e commit bba258fCopy full SHA for bba258f
README.md
@@ -2,7 +2,7 @@
2
3
This is a python API for serial communication with mycobot and controlling it.
4
5
-<!---->
+[](https://www.elephantrobotics.com/en/myCobot-en/)
6
7
## Installation
8
@@ -15,16 +15,18 @@ This is a python API for serial communication with mycobot and controlling it.
15
### Pip
16
17
```bash
18
-pip install pymycobot --upgrade --user
+pip install pymycobot --upgrade
19
```
20
21
+<!--
22
**Notes:**
23
24
> Now only the version is `Atom2.4` or later is supported. If you use an earlier version, please install `pymycobot 1.0.7`.
25
26
27
pip install pymycobot==1.0.7 --user
28
29
+-->
30
31
### Source code
32
0 commit comments