Skip to content

Commit

Permalink
test-env.sh in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SunRunAway committed Jul 5, 2013
1 parent f418045 commit 9a4bd59
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,15 @@ Qiniu Resource Storage SDK for Python

## 单元测试

source env.sh
您需要拥有一对有效的 Access Key 和 Secret Key 用来进行签名认证。可以通过如下步骤获得:

1. [开通七牛开发者帐号](https://portal.qiniu.com/signup)
2. [登录七牛开发者自助平台,查看 Access Key 和 Secret Key](https://portal.qiniu.com/setting/key)
3. 在开发者后台新建一个空间

然后将在`test-env.sh`中填入相关信息。

source test-env.sh
nosetests

## 贡献代码
Expand Down

0 comments on commit 9a4bd59

Please sign in to comment.