@@ -25,7 +25,7 @@ to perform queries. Some examples of sites that
2525are powered by InterMine software, and thus offer
2626a compatible webservice API, are:
2727
28- * [ FlyMine] ( http ://www.flymine.org)
28+ * [ FlyMine] ( https ://www.flymine.org)
2929 * [ MouseMine] ( http://www.mousemine.org )
3030 * [ YeastMine] ( http://yeastmine.yeastgenome.org )
3131 * [ ZebrafishMine] ( http://zebrafishmine.org )
@@ -49,10 +49,10 @@ This package is compatible with both Python 2.7 and 3.x. We plan to drop 2.7 sup
4949Downloading:
5050------------
5151
52- The easiest way to install is to use easy_install :
52+ The easiest way to install is to use pip :
5353
5454```
55- sudo easy_install intermine
55+ pip install intermine
5656```
5757
5858The client is also available via [ bioconda] ( https://anaconda.org/bioconda/intermine ) .
@@ -103,6 +103,20 @@ Also see:
103103
104104* Documentation on PyPi: http://packages.python.org/intermine/
105105
106+ Before Making PRs:
107+ -------------------------------
108+ Please run autopep8 on your files so your code will follow the pep8 conventions. Do it as follows:
109+
110+ ```
111+ autopep8 <filenames> --in-place
112+ ```
113+
114+ For example:
115+
116+ ```
117+ autopep8 file1.py file2.py --in-place
118+ ```
119+
106120
107121
108122Changes:
@@ -142,8 +156,8 @@ Changes:
142156 0.98.14 Added status property to list objects
143157 0.98.13 Added query column summary support
144158
145- [ badge ] : https://travis-ci.org/alexkalderimis /intermine-ws-client.py. svg?branch=master
146- [ ci ] : https://travis-ci.org/alexkalderimis /intermine-ws-client.py
159+ [ badge ] : https://travis-ci.org/intermine /intermine-ws-python. svg?branch=dev
160+ [ ci ] : https://travis-ci.org/intermine /intermine-ws-python
147161
148162Copyright and Licence
149163------------------------
0 commit comments