From 19184d189d2b51d8f01cf9d3866b31a9820656ac Mon Sep 17 00:00:00 2001 From: Felix Hammerl Date: Thu, 11 Feb 2016 11:32:05 +0100 Subject: Clarify optional steps to run test on host machine --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index c684682b..9cb7f215 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ $ cd pixelated-user-agent $ vagrant up ``` -4) Set up your python virtualenv +4) (optional) If you want to run the tests in your IDE on your host machine outside of vagrant, set up your python virtualenv ``` $ pip install virtualenv setuptools @@ -36,7 +36,7 @@ $ virtualenv -p [PATH/TO/YOUR/PYTHON/EXECUTABLE] pixelated $ source ~/.virtualenv/pixelated/bin/activate ``` -5) There's a bug in a LEAP library that can't handle symlinks to your local GPG installation. To fix it, add the path to your GPG binary to your $PATH so that it is found before the symlink in `/usr/local/bin` (or similar) +5) (optional) If you want to run the tests in your IDE on your host machine outside of vagrant, there's a bug in a LEAP library that can't handle symlinks to your local GPG installation. To fix it, add the path to your GPG binary to your $PATH so that it is found before the symlink in `/usr/local/bin` (or similar) 6) Log into the VM: -- cgit v1.2.3