From 7a8a5233eb30c8521686a6eab3cd87ea88444ca2 Mon Sep 17 00:00:00 2001 From: Zac Connelly Date: Mon, 12 Mar 2018 16:37:58 +0100 Subject: [PATCH] remove breakline --- docs/troubleshooting.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 6a52fae5..89fc8e88 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -48,8 +48,7 @@ Type "help", "copyright", "credits" or "license" for more information. Then rerun the dependency installation explicitly using python 2.7 ``` -python2.7 -m virtualenv --python=`which python2.7` env && source env/bin/activate && python2.7 -m pip install -U pip && python2.7 -m pip install -r -requirements.txt +python2.7 -m virtualenv --python=`which python2.7` env && source env/bin/activate && python2.7 -m pip install -U pip && python2.7 -m pip install -r requirements.txt ``` ### Error: "You have not agreed to the Xcode license agreements"