Skip to content

Commit e3860a1

Browse files
committed
Add sae-python-dev package info
1 parent c6f07eb commit e3860a1

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SAE Python 开发者手册
88

99
本文档,示例代码以及本地测试server下载: ::
1010

11-
git clone http://github.com/SAEPython/saepythondevguide.git
11+
git clone http://github.com/saepython/saepythondevguide.git
1212

1313
Contents:
1414

docs/tools.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,19 @@ SVN限制:
2929
本地开发环境
3030
--------------
3131

32-
目前支持的服务包括:mysql, taskqueue, memcache, storage, mail。
3332
本地开发环境仅为应用开发便利之用,对sae python环境的模拟并不完整。
3433

3534
安装
3635
~~~~~~~~~
3736

37+
直接使用 `pip` 或者 `easy_install` 安装 `sae-python-dev` 包即可。
38+
39+
或者可以选择从github下载源码安装。
40+
3841
::
3942

40-
$ git clone http://github.com/SAEPython/saepythondevguide.git
43+
$ git clone http://github.com/saepython/saepythondevguide.git
44+
$ cd saepythondevguide/dev_server
4145
$ python setup.py install
4246

4347
基本使用

0 commit comments

Comments
 (0)