Skip to content

Commit

Permalink
Expose full search functionality of CKAN and fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarans committed Oct 24, 2016
1 parent cffb7d7 commit 0d3e78c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The first task is to create an API key file. By default this is assumed to be ca

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

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

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)

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

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

Expand Down

0 comments on commit 0d3e78c

Please sign in to comment.