Skip to content

Commit 79a58d7

Browse files
author
Fuchen Shi
authored
Merge pull request #29 from weakish/fix-python2-deploy
Fix python2 deploy
2 parents b9562e6 + 24a0225 commit 79a58d7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,9 @@ pip install -r requirements.txt
2828
### 关联应用:
2929

3030
```
31-
lean app add origin <appId>
31+
lean switch
3232
```
3333

34-
这里的 appId 填上你在 LeanCloud 上创建的某一应用的 appId 即可。origin 则有点像 Git 里的 remote 名称。
35-
3634
### 启动项目:
3735

3836
```

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ leancloud>=2.2.0,<3.0.0
44
Werkzeug>=0.11.11,<1.0.0
55
Flask>=1.0.0
66
Flask-Sockets>=0.1,<1.0
7+
typing

0 commit comments

Comments
 (0)