Fix links and improve readability

This commit is contained in:
Rafa de la Torre
2017-03-13 13:12:06 +01:00
parent 7e90529a00
commit 4e14e9b0c0
+2 -7
View File
@@ -7,12 +7,7 @@ It is used from pl/python functions contained in the `cdb_dataservices_server` e
On the other hand, it is pretty independent from the client, as long as the signatures of the public pl/python functions match. On the other hand, it is pretty independent from the client, as long as the signatures of the public pl/python functions match.
## Dependencies ## Dependencies
See the [[`requirements.txt`]] or better the Basically: Take a look at [`requirements.txt`](requirements.txt) for details about the required dependencies.
- pip
- redis and hiredis
- dateutil
- googlemaps
- request
## Installation ## Installation
Install the requirements: Install the requirements:
@@ -40,7 +35,7 @@ OK
``` ```
## Running the integration tests ## Running the integration tests
See the [[../../../../test/README.md]]. Basically, move to the `/test` directory at the top level of this repo and execute the `run_tests.py` script: See this [`README`](../../../../test/README.md) in the `/test` directory for details. Basically, you have to move to the `/test` directory at the top level of this repo and execute the `run_tests.py` script:
```sh ```sh
cd $(git rev-parse --show-toplevel)/test cd $(git rev-parse --show-toplevel)/test
python run_tests.py --host=$YOUR_HOST $YOUR_USERNAME $YOUR_API_KEY python run_tests.py --host=$YOUR_HOST $YOUR_USERNAME $YOUR_API_KEY