From 70eeb70c491c4448c66faf7d782183ce6ad2037f Mon Sep 17 00:00:00 2001 From: Maria Bermudez Date: Thu, 11 Jan 2018 13:30:59 -0800 Subject: [PATCH] Update formatting of Requirements --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 32a69e5..e346a31 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Requirements ------------ * Flowroute [API credentials](https://manage.flowroute.com/accounts/preferences/api/) -* [Python](https://www.python.org/downloads/) `2 >=2.7.9` or `3 >=3.4` +* [Python](https://www.python.org/downloads/): `Python 2 >=2.7.9` or `Python 3 >=3.4` * * * @@ -34,9 +34,11 @@ Installation * via SSH: `git@github.com:flowroute/flowroute-numbers-messaging-python.git` 2. Switch to the newly-created `flowroute-numbers-messaging-python` directory. To build and install the required modules, run the following: + `python setup.py install` 3. Version 3 of the Flowroute SDK for Python comes with a requirements file listing the required Python libraries. Click [here](https://packaging.python.org/installing/#requirements-files) to learn more about different ways to install Python packages. `pip` is already installed if you're using `Python 2 >=2.7.9` or `Python 3 >=3.4`. This SDK has been tested with both `2.7.9` and `3.6.4`. To see which version of `pip` is installed on your machine, run the following: + `pip --version` Depending on your `pip` permissions, you may be required to preface each `pip` command with `sudo`.