Skip to content

Commit 56e9ce4

Browse files
committed
docs(readme): update outdated install info
The package name has changed from leancloud-sdk to leancloud long long ago.
1 parent b4f2596 commit 56e9ce4

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)