Skip to content

Commit

Permalink
+depend ins for mysql-connector-python
Browse files Browse the repository at this point in the history
  • Loading branch information
seven57 committed Aug 10, 2016
1 parent 1c01a5b commit dd5bc94
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,25 @@ datebase to verify the Correctness of response datas.
It depends on [requests](https://github.com/kennethreitz/requests) library,and support Python 2.x and MySql database only.

## Install
### pip

### Depend
The [**mysql-connector-python**](https://pypi.python.org/pypi/mysql-connector-python/2.0.4) module should be installed manually first:
```
pip install http://cdn.mysql.com/Downloads/Connector-Python/mysql-connector-python-2.0.4.zip#md5=3df394d89300db95163f17c843ef49df
```

### PyPI

The main benefit of using **pip** is that it installs all
depended libraries automatically. Another nice feature is easy to manipulate:
depended libraries automatically.
Another nice feature is easy to manipulate:

- ```pip install robotframework-interfacelibrary```                        #install
```pip install robotframework-interfacelibrary```                        #install

- ```pip install -U robotframework-interfacelibrary```                  #upgrade to **stable** version
- ```pip install -U robotframework-interfacelibrary --pre```      #upgrade to **lastest** release
```pip install -U robotframework-interfacelibrary```                  #upgrade to **stable** version
```pip install -U robotframework-interfacelibrary --pre```      #upgrade to **lastest** release

- ```pip uninstall robotframework-interfacelibrary```                    #uninstall
```pip uninstall robotframework-interfacelibrary```                    #uninstall

## Usage Guide:
Here is a sample test case.
Expand Down

0 comments on commit dd5bc94

Please sign in to comment.