Skip to content

Commit bba6c50

Browse files
authored
Update README.md
1 parent fad52a0 commit bba6c50

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,17 @@ or making a Text to Speech call.
1010

1111
## Setup
1212

13+
These code samples are meant to be used for [https://developer.nexmo.com/](https://developer.nexmo.com/), and are structured in such a way as to be used for internal testing. Developers are free to use these code snippets as a reference, but these may require changes to be worked into your specific application. We recommend checking out the [Nexmo Developer Website](https://developer.nexmo.com/), which displays these code snippets in a more copy/paste fashion.
14+
1315
To use the examples, you will first need a [Nexmo account][sign-up]. Then rename
1416
the `example.env` file to `.env` and set the values as required.
1517

1618
For some of the examples you will need to [buy a number][buy-number].
1719

1820
## Running the Examples
1921

22+
If you would like to run these examples yourself, you will need to do the following:
23+
2024
All the examples run from a [Flask](http://flask.pocoo.org/) server.
2125

2226
Install any dependencies:

0 commit comments

Comments
 (0)