From 10c1d9066e04e4a0923a4035c51970f25f8c72cb Mon Sep 17 00:00:00 2001 From: David Maitland Date: Thu, 13 Aug 2015 14:25:54 +0100 Subject: [PATCH] Updated README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 833a041..40c937f 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ print nimvelo.sms.post(_from="0123", to="03301201200", body="Hello World!") sudo pip install nimvelo ``` +*You may need to install `simplejson` and `multiprocessing` if you don't have them already.* + ### Manual method ```