Skip to content

Commit 0d3e78c

Browse files
committed
Expose full search functionality of CKAN and fix warnings
1 parent cffb7d7 commit 0d3e78c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The first task is to create an API key file. By default this is assumed to be ca
4545

4646
To include the HDX Python library in your project, pip install the line below or add the following to your `requirements.txt` file:
4747

48-
git+git://github.com/ocha-dap/hdx-python-api.git@v0.5#egg=hdx-python-api
48+
git+git://github.com/ocha-dap/hdx-python-api.git@v0.51#egg=hdx-python-api
4949

5050
If you get errors, it is probably the dependencies of the cryptography package that are missing eg. for Ubuntu: python-dev, libffi-dev and libssl-dev. See [cryptography dependencies](https://cryptography.io/en/latest/installation/#building-cryptography-on-linux)
5151

@@ -68,7 +68,7 @@ Let's start with a simple example that also ensures that the library is working
6868
source test/bin/activate
6969
4. Install the HDX Python library:
7070

71-
pip install git+git://github.com/ocha-dap/hdx-python-api.git@v0.5#egg=hdx-python-api
71+
pip install git+git://github.com/ocha-dap/hdx-python-api.git@v0.51#egg=hdx-python-api
7272
5. If you get errors, it is probably the [dependencies of the cryptography package](#installing-the-library)
7373
6. Launch python:
7474

0 commit comments

Comments
 (0)