From 256bb946f5f6decf9f89f7f5d53d0bb3131ac451 Mon Sep 17 00:00:00 2001 From: Stewart Adam Date: Mon, 4 Dec 2017 11:32:34 -0800 Subject: [PATCH] Add note about Python 3 requirement to README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ea14451..9616462 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,14 @@ LTC: Lajqnm28UipLbzJqvyy4tRQFf39xQy6B48 ## Install ## -It's super easy - just use pip to get the latest version. +It's super easy - just use pip to get the latest version (Python 3 is **required**): ``` pip install nanoleaf --upgrade ``` +If you get an error similar to `Command '['git', 'tag', '-l', '--points-at', 'HEAD']' returned non-zero exit status 128`, this is because you attempted an installation using pip from Python 2. + ## Setup ## There are two pieces of information you'll need to control your Aurora: The IP address and an auth token.