Skip to content

Commit 661036d

Browse files
authored
Merge pull request #408 from weakish/update-readme
docs(readme): update outdated install info
2 parents 635b8f8 + 56e9ce4 commit 661036d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ LeanCloud Python SDK
77
## Install
88

99
```bash
10-
pip install leancloud-sdk
10+
pip install leancloud
1111
```
1212

1313
or
1414

1515
```
16-
easy_install leancloud-sdk
16+
easy_install leancloud
1717
```
1818

1919
Maybe you need the `sudo` prefix depends on your OS environment.

0 commit comments

Comments
 (0)