From 69a12ba9d2c2f74f17b5d80a1a8633e455b20e78 Mon Sep 17 00:00:00 2001 From: Ken Yesh Date: Wed, 19 Apr 2017 12:55:15 -0400 Subject: [PATCH] Added fix for potential install error --- book/starting-utils.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/book/starting-utils.md b/book/starting-utils.md index f8493d1..4a02b18 100644 --- a/book/starting-utils.md +++ b/book/starting-utils.md @@ -60,6 +60,11 @@ Usage: solo video (acquire|restore) solo script [...] ``` +If you get an "ImportError: No module named virtualenv" run + +```sh +sudo pip install virtualenv +``` Specific information about what these commands do is given in the following sections and on the [*Solo CLI* README](https://github.com/3drobotics/solo-cli).