File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ assert(repr(r) == r.unparse(pretty=False, raw=False)) # also always True
3131
3232If you have downloaded the source code:
3333``` sh
34- python setup.py install
34+ python setup.py install
3535```
3636or if you want to obtain a copy from the Pypi repository:
3737``` sh
38- pip install rapidxml
38+ pip install rapidxml
3939```
4040Both commands will install the required package dependencies.
4141
@@ -48,7 +48,7 @@ A distribution package can be obtained for manual installation at:
4848
4949python_rapidxml's git repo is available on GitHub, which can be browsed at [ github] ( https://github.com/Arzaroth/python_rapidxml ) and cloned like that:
5050``` sh
51- git clone https://github.com/Arzaroth/python_rapidxml.git
51+ git clone https://github.com/Arzaroth/python_rapidxml.git
5252```
5353
5454### License
@@ -58,6 +58,6 @@ MIT license. See the LICENSE file.
5858
5959### Development status
6060
61- [ ![ Build Status] ( https://travis-ci.org/Arzaroth/python_rapidxml.svg?branch=2.0 )] ( https://travis-ci.org/Arzaroth/python_rapidxml )
61+ [ ![ Build Status] ( https://travis-ci.org/Arzaroth/python_rapidxml.svg?branch=master )] ( https://travis-ci.org/Arzaroth/python_rapidxml )
6262
6363This project is currently under development.
You can’t perform that action at this time.
0 commit comments