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.
1 parent d616ea3 commit 9bcff61Copy full SHA for 9bcff61
README.md
@@ -35,9 +35,9 @@ pip install pymycobot==1.0.7 --user
35
git clone https://github.com/elephantrobotics/pymycobot.git <your-path>
36
cd <your-path>/pymycobot
37
# Install
38
-python2 setup.py install
+[sudo] python2 setup.py install
39
# or
40
-python3 setup.py install
+[sudo] python3 setup.py install
41
```
42
43
## Usage:
0 commit comments