From f0f50daf915109dc498eae5dea848181f6c2f598 Mon Sep 17 00:00:00 2001 From: Philip Howard Date: Wed, 20 Jul 2016 11:14:24 +0100 Subject: [PATCH] Updated README.md with note about submodules --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 662b0e0..127b9bc 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Built against Python 2.7.2, Python 3.2.3 ```bash git clone --recursive https://github.com/WiringPi/WiringPi-Python.git cd WiringPi-Python +git submodule update --init ``` ##Prerequisites