Skip to content

Commit

Permalink
Add in Python Requests installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
houtianze committed Dec 30, 2013
1 parent 6684463 commit 91acee1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ This is a Python client for Baidu Yun (a.k.a PCS - Personal Cloud Storage), an o
This program uses the REST APIs to access the files at Baidu PCS. You can list, download, upload, compare, sync-up/down, etc.

Quick start:

To use this program, you need to install the [Python Requests library](http://www.python-requests.org/). In Debian / Ubuntu / Raspbian, you just run the following command:
```
sudo pip install requests
```

To get help and a list of available commands:
```
bypy.py
Expand Down Expand Up @@ -65,6 +71,11 @@ Btw, hash caching is also implemented.

上手:

你需要安装[Python Requests 库](http://www.python-requests.org/). 在n Debian / Ubuntu / Raspbian 环境下,只需执行如下命令一次:
```
sudo pip install requests
```

显示使用帮助和所有命令(英文):
```
bypy.py
Expand Down

0 comments on commit 91acee1

Please sign in to comment.