You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Alternatively you can clone the repository:
32
32
Usage
33
33
-----
34
34
35
-
Begin by importing the nexmo module:
35
+
Begin by importing the `nexmo` module:
36
36
37
37
```python
38
38
import nexmo
@@ -351,10 +351,31 @@ API Coverage
351
351
*[X] Text-To-Speech Prompt
352
352
353
353
354
+
Contributing
355
+
------------
356
+
357
+
We :heart: contributions! But if you plan to work on something big or controversial, please [contact us](mailto:[email protected]) first!
358
+
359
+
We recommend working on `nexmo-python` with a [virtualenv][virtualenv]. The following command will install all the Python dependencies you need to run the tests:
360
+
361
+
```bash
362
+
make install
363
+
```
364
+
365
+
The tests are all written with pytest. You run them with:
366
+
367
+
```bash
368
+
make test
369
+
```
370
+
371
+
354
372
License
355
373
-------
356
374
357
375
This library is released under the [MIT License][license]
0 commit comments