From 4e14e9b0c054d44840704f55d741ccadc2e2b6bb Mon Sep 17 00:00:00 2001 From: Rafa de la Torre Date: Mon, 13 Mar 2017 13:12:06 +0100 Subject: [PATCH] Fix links and improve readability --- server/lib/python/cartodb_services/README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/server/lib/python/cartodb_services/README.md b/server/lib/python/cartodb_services/README.md index f873544..5cac032 100644 --- a/server/lib/python/cartodb_services/README.md +++ b/server/lib/python/cartodb_services/README.md @@ -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. ## Dependencies -See the [[`requirements.txt`]] or better the Basically: -- pip -- redis and hiredis -- dateutil -- googlemaps -- request +Take a look at [`requirements.txt`](requirements.txt) for details about the required dependencies. ## Installation Install the requirements: @@ -40,7 +35,7 @@ OK ``` ## 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 cd $(git rev-parse --show-toplevel)/test python run_tests.py --host=$YOUR_HOST $YOUR_USERNAME $YOUR_API_KEY