Skip to content

Commit

Permalink
doc: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
zlj-zz committed Jan 26, 2021
1 parent f6e0069 commit 01b2dfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ If you want to install it separately.
### Pip

```bash
pip install pymycobot --upgrade
pip install pymycobot --upgrade --user
```

**Notes:**

> Now only the version is `Atom2.4` or later is supported. If you use an earlier version, please install `pymycobot 1.0.7`.
```bash
pip install pymycobot==1.0.7
pip install pymycobot==1.0.7 --user
```

### Source code
Expand Down

0 comments on commit 01b2dfb

Please sign in to comment.