From 66383ec70373783a8a54f1f913accca497d4f115 Mon Sep 17 00:00:00 2001 From: Vrishank Bhardwaj Date: Sun, 15 Oct 2017 23:39:38 +0530 Subject: [PATCH] Tidy codeblock --- README.md | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 6f8454d..b7b8531 100644 --- a/README.md +++ b/README.md @@ -25,11 +25,10 @@ Running examples 1. Find examples from 'examples' path. 2. Insert API key. -.. code-block:: python - +```python >>> CLIENT_ACCESS_TOKEN = '' ... - +``` Features -------- @@ -42,25 +41,22 @@ Installation To install apiai, simply: -.. code-block:: bash - +```bash $ pip install apiai - +``` or install it from repo: -.. code-block:: bash - +```bash $ pip install https://github.com/api-ai/api-ai-python.git - +``` You might run into problems because some dependencies in your python environment are missing. You need to install numpy (which is available in almost all package managers). For running the examples you also need python audio. In ubuntu the following will do the job: -.. code-block:: bash - +```bash $ apt-get install python-pyaudio python-numpy $ pip install apiai - +``` Documentation ------------- @@ -75,4 +71,4 @@ See [LICENSE](LICENSE). ## Terms Your use of this sample is subject to, and by using or downloading the sample files you agree to comply with, the [Google APIs Terms of Service](https://developers.google.com/terms/). -This is not an official Google product. \ No newline at end of file +This is not an official Google product.