1,554
edits
Line 69: | Line 69: | ||
=== iDigBio Python Library for Search API === | === iDigBio Python Library for Search API === | ||
The Python client library is available via PyPI: | The Python client library is available via the Python Package Index (PyPI): | ||
https://pypi.python.org/pypi/idigbio | https://pypi.python.org/pypi/idigbio | ||
or just use pip: | or just use pip from the command-line: | ||
<pre>pip install idigbio</pre> | <pre>$ pip install idigbio</pre> | ||
The client code can also be found at github if you wish to help develop the library: | The client code can also be found at github if you wish to help develop the library: |
edits