Skip to content

Commit 9bcff61

Browse files
committed
update README
1 parent d616ea3 commit 9bcff61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ pip install pymycobot==1.0.7 --user
3535
git clone https://github.com/elephantrobotics/pymycobot.git <your-path>
3636
cd <your-path>/pymycobot
3737
# Install
38-
python2 setup.py install
38+
[sudo] python2 setup.py install
3939
# or
40-
python3 setup.py install
40+
[sudo] python3 setup.py install
4141
```
4242

4343
## Usage:

0 commit comments

Comments
 (0)